Function my_enc::derive_key

source ·
pub fn derive_key(
    password: &str,
    salt: &SaltString
) -> Result<GenericArray<u8, U32>>