We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7b4b6 commit d87d3d6Copy full SHA for d87d3d6
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 3.4
2
+
3
+- Support Coincurve up to version 18. This version includes support for BIP340 x-only keys and
4
+ Schnorr signatures.
5
6
7
# 3.3
8
9
- Implement a pure Python fallback for RIPEMD160 in case `hashlib` does not provide it.
bip32/__init__.py
@@ -1,7 +1,7 @@
from .bip32 import BIP32, PrivateDerivationError, InvalidInputError
from .utils import BIP32DerivationError, HARDENED_INDEX
-__version__ = "3.3"
+__version__ = "3.4"
__all__ = [
"BIP32",
0 commit comments