[][src]Function libsodium_sys::crypto_pwhash_scryptsalsa208sha256_str

pub unsafe extern "C" fn crypto_pwhash_scryptsalsa208sha256_str(
    out: *mut [u8; 102],
    passwd: *const u8,
    passwdlen: c_ulonglong,
    opslimit: c_ulonglong,
    memlimit: size_t
) -> c_int