ECDSA cryptographic signature library (pure Python)
With ECDSA cryptographic signature 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.