Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.06 KB

File metadata and controls

19 lines (13 loc) · 1.06 KB

A Discord Audio & Video End-to-End Encryption (DAVE) Protocol Rust implementation using OpenMLS.

Package Version
Node/JS: @snazzah/davey on npm NPM version
Rust: davey on crates.io Crates version
Python: davey on PyPI PyPI version

Usage from Node/JavaScript

The Node implementation is available under the @snazzah/davey package. Check the README for more info.

Usage from Rust

Right now there isn't any solid docs on using the Rust crate, but it's available at davey.

Usage from Python

Python package is available at davey. Check the typings for usage.