[][src]Function monosodium::pwhash_str

pub fn pwhash_str(
    str_buf: &mut [u8],
    passwd_buf: &[u8],
    ops_limit: u64,
    mem_limit: usize
) -> Result<(), ()>