Function libsodium_sys::crypto_kdf_hkdf_sha512_extract

source ยท
pub unsafe extern "C" fn crypto_kdf_hkdf_sha512_extract(
    prk: *mut c_uchar,
    salt: *const c_uchar,
    salt_len: usize,
    ikm: *const c_uchar,
    ikm_len: usize
) -> c_int