python-ecdsa

This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. NOTE: The prime192v1 and secp224r1 curves are currently disabled.
Current version: 0.13

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 0.13 download project version
2019-01-17 9 0.13 download project version
2017-07-13 8 0.13 download project version