Name: | python3-doubleratchet |
---|---|
Version: | 0.7.0~beta |
Release: | 8.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 89349 |
License: | MIT |
RPM: | python3-doubleratchet-0.7.0~beta-8.el9.noarch.rpm |
Source RPM: | python-doubleratchet-0.7.0~beta-8.el9.src.rpm |
Build Date: | Fri Nov 25 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/Syndace/python-doubleratchet |
Summary: | Python implementation of the Double Ratchet algorithm |
Description: | This python library offers an implementation of the Double Ratchet algorithm. A double ratchet allows message encryption providing perfect forward secrecy. A double ratchet instance synchronizes with a second instance using Diffie-Hellman calculations, that are provided by the DHRatchet class. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Rebuilt for Python 3.11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Rebuilt for Python 3.10
- Package Review RHBZ#1917089: - Fix the Version tag to match upstream version - Use %{python3_version} in %files section
- Remove upstream name variable used once: %{srcname} - Add more explicit description
- Initial package