feat: add Argon2id key derivation with tests
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
pub mod error;
|
||||
pub use error::{IdfotoError, Result};
|
||||
|
||||
pub mod crypto;
|
||||
pub use crypto::{derive_master_key, KdfParams};
|
||||
|
||||
Reference in New Issue
Block a user