light-double-ratchet

Crates.iolight-double-ratchet
lib.rslight-double-ratchet
version0.0.2
created_at2024-07-23 03:45:18.752009+00
updated_at2024-07-23 03:49:19.990142+00
descriptionThis crate implements the Double Ratchet algorithm in Rust.
homepage
repositoryhttps://github.com/thomasbreydo/light-double-ratchet
max_upload_size
id1312362
size12,339
Thomas Breydo (thomasbreydo)

documentation

README

Light Double Ratchet

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.

License

MIT

Commit count: 0

cargo fmt