-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We now compute the loose bounds to be as tight as possible given the tight bounds: they are the tightest bounds that will let us add two tightly-bounded field elements, and will also let us subtract two tightly-bounded field elements (with balance), without needing to carry. This is probably required for having 32-bit p448 work, but even with this, p448 is still not working; see #797. Seems worth merging anyway.
- Loading branch information
1 parent
ea15d52
commit 71a03a6
Showing
28 changed files
with
232 additions
and
232 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.