slackbuilds/python/ecdsa
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/ecdsa: Added (ECDSA cryptographic signature library) 2013-11-06 15:11:55 -06:00
ecdsa.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02: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.