-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Abstract out and merge all the magnitude/normalized logic #1066
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b29566c
Merge magnitude/normalized fields, move/improve comments
sipa 7fa5195
Bugfix: correct SECP256K1_FE_CONST mag/norm fields
sipa b6b6f9c
Abstract out verify logic for fe_normalize
sipa e28b51f
Abstract out verify logic for fe_normalize_weak
sipa 6c31371
Abstract out verify logic for fe_normalize_var
sipa 864f9db
Abstract out verify logic for fe_normalizes_to_zero{,_var}
sipa 19a2bfe
Abstract out verify logic for fe_set_int
sipa c701d9a
Abstract out verify logic for fe_clear
sipa d3f3fe8
Abstract out verify logic for fe_is_zero
sipa c5e788d
Abstract out verify logic for fe_is_odd
sipa 7d7d43c
Improve comments/check for fe_equal{,_var}
sipa ce4d209
Abstract out verify logic for fe_cmp_var
sipa f7a7666
Abstract out verify logic for fe_set_b32
sipa 1446708
Abstract out verify logic for fe_get_b32
sipa 65d82a3
Abstract out verify logic for fe_negate
sipa 7e7ad7f
Abstract out verify logic for fe_mul_int
sipa e179e65
Abstract out verify logic for fe_add
sipa 4c25f6e
Abstract out verify logic for fe_mul
sipa 6ab3508
Abstract out verify logic for fe_sqr
sipa be82bd8
Improve comments/checks for fe_sqrt
sipa 1e6894b
Abstract out verify logic for fe_cmov
sipa 76d31e5
Abstract out verify logic for fe_to_storage
sipa 3167646
Abstract out verify logic for fe_from_storage
sipa d5aa2f0
Abstract out verify logic for fe_inv{,_var}
sipa 283cd80
Abstract out verify logic for fe_get_bounds
sipa 89e324c
Abstract out verify logic for fe_half
sipa 4371f98
Abstract out verify logic for fe_add_int
sipa 4e176ad
Abstract out verify logic for fe_is_square_var
sipa 7fc642f
Simplify secp256k1_fe_{impl_,}verify
sipa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.