Closed afallou closed 7 years ago
Related to #175
Fixes #175
Well done @afallou! LGTM
This change fixed it for me as well. Thank you!
I think the proper solution would be: https://github.com/fugue/credstash/pull/176
Thanks for the quick PR @afallou! I'm merging this to get credstash usable again and will take a look at #176.
In version 2.1 of cryptography, support for RIPEMD160 hashes got removed (see cryptography
master
vs2.0.x
), but Credstash still points to those. I chose to modify setup.py rather than remove that hash family from credstash, as that would probably be disruptive for other users ofcredstash
.