Skip to main content

derive_key

Function derive_key 

Source
fn derive_key(
    kdf: &EnvelopeKdf,
    password: &str,
) -> Result<[u8; 32], PasswordProtectedKeyEnvelopeError>
Expand description

Derives the envelope key from the password using the configured KDF.