Add fallback for ripemd160 when not available in hashlib#31
Add fallback for ripemd160 when not available in hashlib#31Eunovo wants to merge 3 commits intodarosior:masterfrom
Conversation
|
@darosior I got this error while trying to run tests |
| """ | ||
|
|
||
| import hashlib | ||
| from ripemd_fallback import ripemd160_fallback |
There was a problem hiding this comment.
I think this needs to be a relative path, i.e. .ripemd_fallback
Resolves #30