crypto: Expose some sturcts to be used by the clients.

master
Damir Jelić 2020-03-11 10:06:33 +01:00
parent f15b7cccea
commit 22a9154bd3
1 changed files with 2 additions and 0 deletions

View File

@ -18,3 +18,5 @@ mod error;
mod machine;
#[allow(dead_code)]
mod olm;
pub use machine::{OlmMachine, OneTimeKeys};