| 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. |