Replace all hashlib ripemd160 functions.

This commit is contained in:
tecnovert
2023-12-16 09:29:48 +02:00
parent 08f0156b75
commit 0a9db22828
11 changed files with 31 additions and 23 deletions

View File

@@ -1,3 +1,11 @@
0.12.2
==============
- Updated coincurve and libsecp256k1 versions.
- Avoids needing secp256k1_generator_const_g as it's not accessible from a dll.
- Fix missing ripemd160 on some systems.
0.12.1
==============