matrix-sdk-crypto 0.2.0

Matrix encryption library
Documentation
1
2
3
4
5
mod attachments;
mod key_export;

pub use attachments::{AttachmentDecryptor, AttachmentEncryptor, DecryptorError};
pub use key_export::{decrypt_key_export, encrypt_key_export};