-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Plonky3's implementation of the Mersenne-31 field. To test: ``` cargo run pil test_data/pil/fibonacci.pil -o output -f --field m31 ``` The implementation is basically the same wrapper as for BabyBear, so I moved the code to a macro and used it for both fields.
- Loading branch information
1 parent
4f190b9
commit 41a61b1
Showing
9 changed files
with
485 additions
and
397 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
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.