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
We introduce the modular arithmetic operation, i.e., the check that:
A*B + C = op (mod D)
as a new instruction on the arithmetic state machine. Note that the E register is not necessary and it is considered to be "free" when checking this instruction.
We introduce the modular arithmetic operation, i.e., the check that:
as a new instruction on the arithmetic state machine. Note that the
E
register is not necessary and it is considered to be "free" when checking this instruction.Numbers
For
ecrecover
, we have gone from:to
For
polEvalFrBLS12381
we have gone from:to
The text was updated successfully, but these errors were encountered: