summaryrefslogtreecommitdiffstats
path: root/python/ecdsa/README
blob: 5cf016a3abb21ed9b02c83fe70b38f25d45f7ce9 (plain)
1
2
3
4
5
6
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.