[][src]Function tox_crypto::pwhash::scryptsalsa208sha256::derive_key_sensitive

pub fn derive_key_sensitive(
    key: &'a mut [u8],
    passwd: &[u8],
    salt: &Salt
) -> Result<&'a [u8], ()>

derive_key_sensitive() is a shortcut function for derive_key() with sensitive limits (i.e. using derive_key() with OPSLIMIT_SENSITIVE and MEMLIMIT_SENSITIVE)