-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unroll biginteger loops and reduce copies (#205)
* Unroll biginteger loops * Reduce field arithmetic copies * Reduce ec arithmetic copies * Fix * CHANGELOG and tweaks * Use intrinsics in `add_nocarry`/`sub_noborrow` Co-authored-by: Jon Chuang <jon-chuang@users.noreply.github.com> * Update CHANGELOG * fmt * Remove assert * minor changes for bigint * minor changes for bigint * Small clean up Co-authored-by: Jon Chuang <jon-chuang@users.noreply.github.com> Co-authored-by: jonch <9093549+jon-chuang@users.noreply.github.com>
- Loading branch information
1 parent
80ff5ea
commit 87e25cb
Showing
10 changed files
with
160 additions
and
114 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
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
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.