You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fix] Added square-and-multiply fallback for final exponentiation for Bn254 and Bls12_381 curves (#23)
Added a fallback for final exponentiation in the pairing extension for
the case that the hint fails to prove that the final exponentiation is
equal to 1.
This is a temporary fix. We will scope out a better approach after the
security reviews.
Closes INT-3381
0 commit comments