bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
369 stars 111 forks source link

OpenSSL disabled ripemd160 #179

Closed cwarny closed 2 years ago

cwarny commented 2 years ago

Around November 2021, OpenSSL disabled the ripemd160 algorithm by default, so that hashlib.new('ripemd160') fails.

cwarny commented 2 years ago

To fix, follow instructions here.