Name: | python3-ecdsa |
---|---|
Version: | 0.19.0 |
Release: | 3.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1917602 |
License: | MIT |
RPM: | python3-ecdsa-0.19.0-3.el10_0.noarch.rpm |
Source RPM: | python-ecdsa-0.19.0-3.el10_0.src.rpm |
Build Date: | Fri Jan 24 2025 |
Build Host: | build-ol10-x86_64.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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Update to 0.19.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- In the tests, tighter the bounds for hypothesis parameters - Fixes: rhbz#2137441
- update to 0.18.0 - rhbz#1873173