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

BIP32 implementation depends on RIPEMD which is marked as legacy in openssl #20

Open
claytonneal opened this issue Jul 26, 2024 · 0 comments

Comments

@claytonneal
Copy link
Member

The RIPEMD160 algorithm that the BIP32 implementation uses comes from openssl
However this is now marked as "legacy" in openssl and need manual change to openssl config to enable it
This isnt possible on all environments

Instead research use of Wally-Core library to replace openssl dependency
https://github.com/ElementsProject/libwally-core

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

1 participant