crypto: Expose some sturcts to be used by the clients.
parent
f15b7cccea
commit
22a9154bd3
|
@ -18,3 +18,5 @@ mod error;
|
|||
mod machine;
|
||||
#[allow(dead_code)]
|
||||
mod olm;
|
||||
|
||||
pub use machine::{OlmMachine, OneTimeKeys};
|
||||
|
|
Loading…
Reference in New Issue