Closed jwineinger closed 6 years ago
Yeah I'm hitting this in a circleCI build(Ubuntu), oddly enough when I install on my Mac it works fine, it may be I have some different versions of the libraries as I've had python and lots of python packages installed for a quite a while.
@marcfielding1 Same here, but as soon as I updated my cryptography it started breaking. I just had an old version. There's a pull request up to remove support for RIPEMD and WHIRLPOOL, fyi.
The PR in question is #178.
merged
Whirlpool and RIPEMD160 were removed in cryptography 2.1 (https://cryptography.io/en/latest/changelog/#v2-1) which causes credstash to break due to:
https://github.com/fugue/credstash/blob/master/credstash.py#L55-L56