Function libsodium_sys::crypto_kdf_hkdf_sha512_extract_init

source ยท
pub unsafe extern "C" fn crypto_kdf_hkdf_sha512_extract_init(
    state: *mut crypto_kdf_hkdf_sha512_state,
    salt: *const c_uchar,
    salt_len: usize
) -> c_int