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

pub fn pwhash_interactive(passwd: &[u8]) -> Result<HashedPassword, ()>

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