hkdf_extract

Function hkdf_extract 

Source
pub unsafe extern "C" fn hkdf_extract(
    hash_idx: c_int,
    salt: *const c_uchar,
    saltlen: c_ulong,
    in_: *const c_uchar,
    inlen: c_ulong,
    out: *mut c_uchar,
    outlen: *mut c_ulong,
) -> c_int