Python Bip32 Versions Save

Minimalistic implementation of BIP32

3.4

8 months ago

Support Coincurve up to version 18. This version introduced support for BIP340 x-only keys and Schnorr signatures.

3.3

1 year ago

See CHANGELOG.md for changelog.

3.0

2 years ago

This is a breaking release, updating Python's and Coincurve versions.

See CHANGELOG.md for details.

2.1

2 years ago

This is a minor (ie non-breaking) release. Please see CHANGELOG.md for details.

2.0

2 years ago

This is a breaking release, making sanity checks stricter and renaming 2 methods of the BIP32 class.

See CHANGELOG.md for details.

1.0

3 years ago

This release features:

  • The addition of the fourth test vector from the BIP (for private keys <= 0x00ff..ff). No behaviour change as the implementation was compatible.
  • The bump of the Coincurve dependency to version 0.15