Crate light_double_ratchet

Crate light_double_ratchet 

Source
Expand description

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.

Currently in development.

The implementation has not been audited for security. USE AT YOUR OWN RISK.

Modulesยง

kdf_chains
This module defines key derivation function (KDF) chains that are used to generate new keys from old ones in a manner that is irreversible.