# Light Double Ratchet _Currently in development._ This crate implements the [Double Ratchet](https://en.wikipedia.org/wiki/Double_Ratchet_Algorithm) 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](LICENSE)