Function MLKEM1024_decap

Source
pub unsafe extern "C" fn MLKEM1024_decap(
    out_shared_secret: *mut u8,
    ciphertext: *const u8,
    ciphertext_len: usize,
    private_key: *const MLKEM1024_private_key,
) -> c_int