Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

multi_pairing_check_bn254_3P_2F_with_extra_miller_loop_result

Fully qualified path: garaga::ec::pairing::groth16::multi_pairing_check_bn254_3P_2F_with_extra_miller_loop_result

pub fn multi_pairing_check_bn254_3P_2F_with_extra_miller_loop_result(
    pair0: G1G2Pair,
    pair1: G1G2Pair,
    pair2: G1G2Pair,
    precomputed_miller_loop_result: E12D<u288>,
    mut lines: Span<G2Line<u288>>,
    mpcheck_hint: MPCheckHintBN254,
) -> Result<bool, felt252>