Name: | python-ecdsa |
---|---|
Version: | 0.11 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 297359 |
License: | MIT |
RPM: | python-ecdsa-0.11-3.el7.noarch.rpm |
Source RPM: | python-ecdsa-0.11-3.el7.src.rpm |
Build Date: | Tue Mar 03 2015 |
Build Host: | ca-build56.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. NOTE: The prime192v1 and secp224r1 curves are currently disabled. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Rebuild for Python 3.4
- Update to 0.11
- Add python3 package
- Use system python-six - Remove extraneous #!s
- Initial package