Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Breaking] Node v17 crypto removed ripemd160 #29

Open
junderw opened this issue Apr 5, 2022 · 3 comments
Open

[Breaking] Node v17 crypto removed ripemd160 #29

junderw opened this issue Apr 5, 2022 · 3 comments

Comments

@junderw
Copy link

junderw commented Apr 5, 2022

Related: bitcoinjs/bip32#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
Copy link
Author

junderw commented Apr 5, 2022

FYI: In October 2022 Active LTS switches to v18.

@nicolasburtey
Copy link

was about to upgrade our project to node18 (GaloyMoney/blink#1735) but ran into this issue

@nicolasburtey
Copy link

nevermind, upgrading bip32 worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants