cryptocoinjs / keccak

Keccak sponge function family
MIT License
86 stars 24 forks source link

Support musl #16

Closed fanatid closed 4 years ago

fanatid commented 4 years ago

Ref. #15 Tested in node:alpine and node (glibc:2.24).

cc @wanseob @alcuadrado

wanseob commented 4 years ago

@fanatid Thank you so much for the quick fix!!

alcuadrado commented 4 years ago

This looks good! I thought it was going to be more complex, but prebuildify-cross looks great!