Skip to content

Commit 2dc1874

Browse files
committed
Merge PR #34 'Release version 3.3'
2 parents 0eddd4b + b4dd004 commit 2dc1874

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.3
2+
3+
- Implement a pure Python fallback for RIPEMD160 in case `hashlib` does not provide it.
4+
NOTE: the Python implementation was copied from a test-only implementation and is not constant
5+
time. This shouldn't be an issue for the usage we make of it here.
6+
17
# 3.1
28

39
- Actually support Coincurve up to version 17..

bip32/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .bip32 import BIP32, PrivateDerivationError, InvalidInputError
22
from .utils import BIP32DerivationError, HARDENED_INDEX
33

4-
__version__ = "3.1"
4+
__version__ = "3.3"
55

66
__all__ = [
77
"BIP32",

0 commit comments

Comments
 (0)