libsodium_sys

Function 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