summaryrefslogtreecommitdiffstats
path: root/python/ecdsa/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackware-id.org>2013-11-07 00:57:32 +0700
committer Robby Workman <rworkman@slackbuilds.org>2013-11-06 15:11:55 -0600
commitc11601b7d2796471e6545274e72bb95ee70add64 (patch)
tree6f770b081150179af620e97425ef86aceff84314 /python/ecdsa/README
parentd0eeb6d17d392a6f57cd772419bf54b843b0b516 (diff)
downloadslackbuilds-c11601b7d2796471e6545274e72bb95ee70add64.tar.gz
slackbuilds-c11601b7d2796471e6545274e72bb95ee70add64.tar.xz
python/ecdsa: Added (ECDSA cryptographic signature library)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/ecdsa/README')
-rw-r--r--python/ecdsa/README6
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.