[][src]Function tox_crypto::pwhash::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)