Skip to main content

argon2

Function argon2 

Source
pub fn argon2<const T: usize>(
    params: &Params,
    password: &[u8],
    salt: &[u8],
    key: &[u8],
    aad: &[u8],
) -> [u8; T]
Expand description

Generate the ARGON2 output from the parameters, password, salt, key and AAD