[][src]Function fil_blst::blst_core_verify_pk_in_g2

pub unsafe extern "C" fn blst_core_verify_pk_in_g2(
    pk: *const blst_p2_affine,
    signature: *const blst_p1_affine,
    hash_or_encode: bool,
    msg: *const byte,
    msg_len: usize,
    DST: *const byte,
    DST_len: usize,
    aug: *const byte,
    aug_len: usize
) -> BLST_ERROR