Function blst::blst_pairing_chk_n_aggr_pk_in_g2

source ยท
pub unsafe extern "C" fn blst_pairing_chk_n_aggr_pk_in_g2(
    ctx: *mut blst_pairing,
    PK: *const blst_p2_affine,
    pk_grpchk: bool,
    signature: *const blst_p1_affine,
    sig_grpchk: bool,
    msg: *const byte,
    msg_len: usize,
    aug: *const byte,
    aug_len: usize,
) -> BLST_ERROR