libsodium_sys

Function crypto_pwhash_scryptsalsa208sha256_str

Source
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