-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplement Field64 with u64 as internal storage (#1018)
* Remove unnecessary subtraction This extra subtraction only has the effect of copying one borrow flag to another, since the subtraction result is discarded. * Update Sage script to support different radixes * Reimplement Field64 using a smaller radix
- Loading branch information
1 parent
8b9f20b
commit 48c983d
Showing
5 changed files
with
594 additions
and
185 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.