-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Fp
code to use const
generics, and more
#379
Merged
Merged
Commits on Jan 12, 2022
-
const
generics forFp
& no Montgomery default* Switches from hardcoded `FpXYZ` to `Fp<N>` based on const generics. * Moves Montgomery arithmetic to an optional backend
Configuration menu - View commit details
-
Copy full SHA for 0b1c3c5 - Browse repository at this point
Copy the full SHA 0b1c3c5View commit details -
More powerful compile-time Fp configuration
* Rename `field_new` macros. * Introduce `const fn`s for generating many constants. * Add default associated constants to reduce boilerplate.
Configuration menu - View commit details
-
Copy full SHA for 56e5ecc - Browse repository at this point
Copy the full SHA 56e5eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a81ee7 - Browse repository at this point
Copy the full SHA 8a81ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb6ffb - Browse repository at this point
Copy the full SHA 5fb6ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8558d7 - Browse repository at this point
Copy the full SHA e8558d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a47811 - Browse repository at this point
Copy the full SHA 2a47811View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbede63 - Browse repository at this point
Copy the full SHA fbede63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea854b - Browse repository at this point
Copy the full SHA 7ea854bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfeea4a - Browse repository at this point
Copy the full SHA dfeea4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec89e31 - Browse repository at this point
Copy the full SHA ec89e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8cb91 - Browse repository at this point
Copy the full SHA cc8cb91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 266b37e - Browse repository at this point
Copy the full SHA 266b37eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1bca7 - Browse repository at this point
Copy the full SHA ad1bca7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23868df - Browse repository at this point
Copy the full SHA 23868dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a76bd8 - Browse repository at this point
Copy the full SHA 7a76bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce6ce9 - Browse repository at this point
Copy the full SHA 9ce6ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5f3887 - Browse repository at this point
Copy the full SHA b5f3887View commit details -
Configuration menu - View commit details
-
Copy full SHA for 923bb3f - Browse repository at this point
Copy the full SHA 923bb3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61fcbaf - Browse repository at this point
Copy the full SHA 61fcbafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e083db - Browse repository at this point
Copy the full SHA 2e083dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 054204b - Browse repository at this point
Copy the full SHA 054204bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a550389 - Browse repository at this point
Copy the full SHA a550389View commit details -
Co-authored-by: Weikeng Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f866fe - Browse repository at this point
Copy the full SHA 5f866feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2964946 - Browse repository at this point
Copy the full SHA 2964946View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce28d3 - Browse repository at this point
Copy the full SHA bce28d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b6642f - Browse repository at this point
Copy the full SHA 5b6642fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f01c8b - Browse repository at this point
Copy the full SHA 9f01c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d8fcd1 - Browse repository at this point
Copy the full SHA 0d8fcd1View commit details
Commits on Jan 15, 2022
-
Apply suggestions from code review
Co-authored-by: Weikeng Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f5623a - Browse repository at this point
Copy the full SHA 6f5623aView commit details -
Co-authored-by: Marcin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76b0084 - Browse repository at this point
Copy the full SHA 76b0084View commit details -
Configuration menu - View commit details
-
Copy full SHA for b366b77 - Browse repository at this point
Copy the full SHA b366b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc52c73 - Browse repository at this point
Copy the full SHA dc52c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce092a - Browse repository at this point
Copy the full SHA 9ce092aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.