[][src]Function tox_crypto::pwhash::derive_key_interactive

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

derive_key_interactive() is a shortcut function for derive_key() with interactive limits (i.e. using derive_key() with OPSLIMIT_INTERACTIVE and MEMLIMIT_INTERACTIVE)