6 releases (breaking)

0.5.1 Feb 5, 2024
0.5.0 Oct 6, 2023
0.4.0 May 31, 2023
0.3.0 Sep 13, 2022
0.1.0 Dec 16, 2021

#137 in Cryptography

Download history 943/week @ 2023-12-23 1176/week @ 2023-12-30 1736/week @ 2024-01-06 2206/week @ 2024-01-13 2032/week @ 2024-01-20 2013/week @ 2024-01-27 2388/week @ 2024-02-03 1351/week @ 2024-02-10 1869/week @ 2024-02-17 1418/week @ 2024-02-24 1956/week @ 2024-03-02 1913/week @ 2024-03-09 2073/week @ 2024-03-16 1531/week @ 2024-03-23 1701/week @ 2024-03-30 1289/week @ 2024-04-06

6,919 downloads per month
Used in 16 crates (3 directly)

Apache-2.0

300KB
5.5K SLoC

Build Status codecov License Docs - Main Docs - Stable

A Rust implementation of Olm and Megolm

vodozemac is a Rust reimplementation of libolm, a cryptographic library used for end-to-end encryption in Matrix. At its core, it is an implementation of the Olm and Megolm cryptographic ratchets, along with a high-level API to easily establish cryptographic communication channels employing those ratchets with other parties. It also implements some other miscellaneous cryptographic functionality which is useful for building Matrix clients, such as SAS.

Features

Supported

Unsupported

Planned

Dependencies

~5–6.5MB
~132K SLoC