-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added eq-operators for fields #157 Removed division operator data[2] typo #157 Work on curve operations #157 Arithmetic errors fixed #157 Removed comments #157 Removed divisions from hash_to_curve #157 work in progress #157 Reworked dobule and add functions to inplace variants #157 Update for short weierstrass curves #157 Renamed functions to emphasise inplace operation #157 Added type traits and different implementations for curves that support mixed_add #157 twisted extended #157 Replace double with double_inplace for multiexp and wnaf #157 renamed typetrait, removed doubling and mixed_add from static tests #157 disable curves_static test, update on fields #157 Clear version conflict markers #157 work in progress Good data for babyjubjub montgomery affine #157 Good data for jubjub montgomery affine #157 Fixed montgomery affine functions #157 remove space #157 Reworked add/dbl/madd to return void #157 void mixed_add for element_g2 #157 Reverted EC_INF define, updated addition and doubling function for g2 #157 Revert "Reverted EC_INF define, updated addition and doubling function for g2 #157" This reverts commit 46824d3. reverted g2 operations #157 rewrite for clarity #157 updates for blueprint compatibility #157 reworked operator+ #157
- Loading branch information
Showing
62 changed files
with
5,311 additions
and
5,504 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
Oops, something went wrong.