-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(avm-mini): add sub, mul, div and error handling for finite fields (
#3612) Resolves #3546 Resolves #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.
- Loading branch information
Showing
13 changed files
with
608 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.