Issue with the pairing computations #554
Labels
bug
Something isn't working
crate: evm_arithmetization
Anything related to the evm_arithmetization crate.
Milestone
In the pairing tests:
zk_evm/evm_arithmetization/src/curve_pairings.rs
Line 987 in 32a6ba7
In the edge case where
acc
is 0 and thusp
is the point at infinity, we get conflicting behaviors:bls381::ate_optim(p, q)
returnsFp12::UNIT
whilebn254::tate(p, q)
returnsFp12::ZERO
. One of them is wrong.The text was updated successfully, but these errors were encountered: