slackbuilds/python/ecdsa
Willy Sudiarto Raharjo a4e4e74313 python/ecdsa: Add python3 support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-01-04 08:18:58 +07:00
..
README python/ecdsa: Added (ECDSA cryptographic signature library) 2013-11-06 15:11:55 -06:00
ecdsa.SlackBuild python/ecdsa: Add python3 support. 2018-01-04 08:18:58 +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.