feat: add XChaCha20-Poly1305 encrypt/decrypt with binary format
This commit is contained in:
@@ -2,4 +2,4 @@ pub mod error;
|
||||
pub use error::{IdfotoError, Result};
|
||||
|
||||
pub mod crypto;
|
||||
pub use crypto::{derive_master_key, KdfParams};
|
||||
pub use crypto::{decrypt, derive_master_key, encrypt, KdfParams};
|
||||
|
||||
Reference in New Issue
Block a user