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

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

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