browserify / createHash

Node style hashes for use in the browser, with native hash functions in node
MIT License
52 stars 34 forks source link

[Breaking] Node v17 crypto removed ripemd160 #29

Open junderw opened 2 years ago

junderw commented 2 years ago

Related: https://github.com/bitcoinjs/bip32/issues/59

Seems like the only option is:

  1. Check if version >= 17
  2. If true, the index.js should also try to intercept ripemd160 calls and use pure JS.

Thoughts?

junderw commented 2 years ago

FYI: In October 2022 Active LTS switches to v18.

nicolasburtey commented 1 year ago

was about to upgrade our project to node18 (https://github.com/GaloyMoney/galoy/pull/1735) but ran into this issue

nicolasburtey commented 1 year ago

nevermind, upgrading bip32 worked