Skip to main content

derive_argon2_key

Function derive_argon2_key 

Source
fn derive_argon2_key(
    argon2_settings: &Argon2RawSettings,
    password: &str,
) -> Result<[u8; 32], PasswordProtectedKeyEnvelopeError>