Name: | python34-ecdsa |
---|---|
Version: | 0.13 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 323176 |
License: | MIT |
RPM: | python34-ecdsa-0.13-4.el7.noarch.rpm |
Source RPM: | python-ecdsa-0.13-4.el7.src.rpm |
Build Date: | Thu Sep 07 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/ecdsa |
Summary: | ECDSA cryptographic signature library |
Description: | 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. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. |