Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
V

vodozemac

> 编程语言
Open source

An implementation of Olm and Megolm in pure Rust.

385 stars0 likes0 views
WebsiteGitHub

About

An implementation of Olm and Megolm in pure Rust.

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, vodozemac is used for end-to-end encryption in Matrix. It 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.11.0"

Security notes

This crate has received one security audit by Least Authority, with no significant findings.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Rustcryptographydouble-ratchetencryptionmatrix

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言