11 releases (breaking)
0.9.0 | Jan 31, 2025 |
---|---|
0.8.1 | Oct 8, 2024 |
0.8.0 | Sep 20, 2024 |
0.7.0 | Jul 17, 2024 |
0.1.0 | Dec 16, 2021 |
#107 in Cryptography
8,109 downloads per month
Used in 23 crates
(7 directly)
2MB
7.5K
SLoC
vodozemac
vodozemac is a pure Rust implementation of the Olm and Megolm cryptographic ratchets, offering a high-level API for straightforward creation of secure communication channels using these ratchets.
Designed as a modern alternative to the libolm cryptographic library, which is used for end-to-end encryption in Matrix, vodozemac provides not only the Olm and Megolm ratchets but also additional cryptographic features useful for developing Matrix clients, such as SAS and the integrated encryption scheme outlined in MSC4108.
Documentation
Explore how to implement end-to-end encryption in our documentation.
Installation
To install add the following to your project's Cargo.toml
:
[dependencies]
vodozemac = "0.9.0"
Security Notes
This crate has received one security audit by Least Authority, with no significant findings.
Dependencies
~5–7MB
~135K SLoC