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

This commit is contained in:
Damir Jelić 2020-03-11 10:06:33 +01:00
parent f15b7cccea
commit 22a9154bd3

View file

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