Function ECDH_KDF_X9_62

Source
pub unsafe extern "C" fn ECDH_KDF_X9_62(
    out: *mut u8,
    outlen: usize,
    Z: *const u8,
    Zlen: usize,
    sinfo: *const u8,
    sinfolen: usize,
    md: *const evp_md_st,
) -> i32
Expand description

The old name for ecdh_KDF_X9_63 The ECDH KDF specification has been mistakenly attributed to ANSI X9.62, it is actually specified in ANSI X9.63. This identifier is retained for backwards compatibility