vodozemac

Crates.iovodozemac
lib.rsvodozemac
version0.6.0
sourcesrc
created_at2021-12-16 21:14:24.986802
updated_at2024-05-06 12:48:37.226955
descriptionA Rust implementation of Olm and Megolm
homepage
repositoryhttps://github.com/matrix-org/vodozemac
max_upload_size
id499377
size366,006
Denis Kasak (dkasak)

documentation

README

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

Commit count: 527

cargo fmt