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

README

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.