cryptocoinjs / hdkey

JavaScript component for Bitcoin hierarchical deterministic keys (BIP32)
MIT License
201 stars 74 forks source link

fix(node-v18): use ripemd160 package, which is not available in libssl3 #51

Closed coolaj86 closed 1 year ago

coolaj86 commented 2 years ago

Node v18 drops support for a number if insecure and vulnerable crypto algorithms, including ripemd160.

The only remedy is to re-install the necessary insecure algorithm as a standalone package.

RyanZim commented 1 year ago

Published in v2.1.0; sorry for the delay.