Function boring_sys::HRSS_decap

source ยท
pub unsafe extern "C" fn HRSS_decap(
    out_shared_key: *mut u8,
    in_priv: *const HRSS_private_key,
    ciphertext: *const u8,
    ciphertext_len: usize
) -> c_int