crypto: Expose some sturcts to be used by the clients.
This commit is contained in:
parent
f15b7cccea
commit
22a9154bd3
1 changed files with 2 additions and 0 deletions
|
@ -18,3 +18,5 @@ mod error;
|
|||
mod machine;
|
||||
#[allow(dead_code)]
|
||||
mod olm;
|
||||
|
||||
pub use machine::{OlmMachine, OneTimeKeys};
|
||||
|
|
Loading…
Reference in a new issue