SlackBuildsOrg/python/ecdsa
Willy Sudiarto Raharjo 02ee032a07 python/ecdsa: Updated for version 0.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-05-01 19:05:40 +07:00
..
ecdsa.info python/ecdsa: Updated for version 0.13. 2015-05-01 19:05:40 +07:00
ecdsa.SlackBuild python/ecdsa: Updated for version 0.13. 2015-05-01 19:05:40 +07:00
README python/ecdsa: Added (ECDSA cryptographic signature library) 2013-11-06 15:11:55 -06:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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.