Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

BG-10188 use ripemd160 if rmd160 is not supported #23

Merged
merged 1 commit into from Feb 21, 2019

Conversation

FloBitGo
Copy link
Contributor

Electron switched from openSSL to boringSSL and forgot to implement ripemd160 and when they did, they ignored the short alias rmd160: electron/electron#16572

If the current environment does not support rmd160 but supports ripemd160, we now use that one. If it doesn't support either, it will still die with Digest method not supported

Copy link
Contributor

@tylerlevine tylerlevine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the fix

@tylerlevine tylerlevine merged commit 58bfee9 into master Feb 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants