Crates.io | light-double-ratchet |
lib.rs | light-double-ratchet |
version | 0.0.2 |
source | src |
created_at | 2024-07-23 03:45:18.752009 |
updated_at | 2024-07-23 03:49:19.990142 |
description | This crate implements the Double Ratchet algorithm in Rust. |
homepage | |
repository | https://github.com/thomasbreydo/light-double-ratchet |
max_upload_size | |
id | 1312362 |
size | 12,339 |
Currently in development.
This crate implements the Double Ratchet algorithm in Rust. The cryptographic algorithm enables forward secrecy and break-in recovery for texting apps, and is used by Signal, WhatsApp, among others.
[!WARNING]
The implementation has not been audited for security. USE AT YOUR OWN RISK.