feat: add XChaCha20-Poly1305 encrypt/decrypt with binary format

This commit is contained in:
adlee-was-taken
2026-04-11 22:55:33 -04:00
parent 1ae6abe049
commit 8e60bb70fb
2 changed files with 110 additions and 1 deletions

View File

@@ -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};