slackbuilds_ponce/python/ecdsa/README

7 lines
298 B
Text
Raw Normal View History

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.