-
Notifications
You must be signed in to change notification settings - Fork 129
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
[ERROR] Digital envelope routines::unsupported #59
Comments
@motorina0 this sounds like fun... |
It seems like the only way to "fix" this is to remove node based hashing and only use pure JS hashing. Alternatively, we could also use WASM. |
or actually this might be better fixed upstream: https://github.com/crypto-browserify/createHash |
......? I looked at Node v17 API for createHash... it hasn't really changed... Is it just that OpenSSL no longer supports ripemd160? |
yes, but you are too fast. Do you ever sleep? Just to summarize:
|
Fixed in 3.1.0 |
Hello, we have found that the library has breaking changes with node v17.
The reason why is explained in this webiste, but a tinny extract from the website says:
NPM/NodeJs:
Error:
Please let us know if more information is needed or if we can help on a different way
The text was updated successfully, but these errors were encountered: