diff options
Diffstat (limited to 'python/ecdsa/README')
-rw-r--r-- | python/ecdsa/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/ecdsa/README b/python/ecdsa/README new file mode 100644 index 0000000000..5cf016a3ab --- /dev/null +++ b/python/ecdsa/README @@ -0,0 +1,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. |