ratchetx2 0.1.0

A double-ratchet implementation for building an E2EE message exchange app.
Documentation
1
2
3
4
5
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::configure()
        .compile_protos(&["proto/message.proto", "proto/x3dh.proto"], &["proto"])?;
    Ok(())
}