[][src]Function enprot::crypto::derive_key_from_password_timed

pub fn derive_key_from_password_timed(
    alg: &str,
    param_order: &[&[&str; 3]; 2],
    key_len: usize,
    password: &str,
    salt: &[u8],
    msec: u32,
    policy: &Box<dyn CryptoPolicy>
) -> Result<(Vec<u8>, BTreeMap<String, usize>), &'static str>