[][src]Function sodiumoxide::crypto::pwhash::scryptsalsa208sha256::derive_key_interactive

pub fn derive_key_interactive<'a>(
    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)