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
#3612)
Resolves#3546Resolves#3548
### Description
This PR introduces the following opcodes for the finite field type:
- SUB: subtraction
- MUL: multiplication
- DIV: division
For division, error is raised whenever the numerator is zero. A boolean
column op_err was introduced for this purpose.
AztecProtocol#3612)
ResolvesAztecProtocol#3546ResolvesAztecProtocol#3548
### Description
This PR introduces the following opcodes for the finite field type:
- SUB: subtraction
- MUL: multiplication
- DIV: division
For division, error is raised whenever the numerator is zero. A boolean
column op_err was introduced for this purpose.
No description provided.
The text was updated successfully, but these errors were encountered: