From c11601b7d2796471e6545274e72bb95ee70add64 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 7 Nov 2013 00:57:32 +0700 Subject: python/ecdsa: Added (ECDSA cryptographic signature library) Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Robby Workman --- python/ecdsa/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/ecdsa/README (limited to 'python/ecdsa/README') 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. -- cgit v1.2.3