slackbuilds/python/ecdsa
Willy Sudiarto Raharjo a1452cfb79
python/ecdsa: Updated for version 0.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-12-08 00:41:08 +07:00
..
README
ecdsa.SlackBuild python/ecdsa: Updated for version 0.18.0. 2023-12-08 00:41:08 +07:00
ecdsa.info python/ecdsa: Updated for version 0.18.0. 2023-12-08 00:41:08 +07:00
slack-desc

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.