slackbuilds_ponce/python/ecdsa/README
Willy Sudiarto Raharjo c11601b7d2 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>
2013-11-06 15:11:55 -06:00

6 lines
298 B
Text

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.