-
Notifications
You must be signed in to change notification settings - Fork 319
secp256k1: Select arch-specific field backend. #3758
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
Open
davecgh
wants to merge
35
commits into
decred:master
Choose a base branch
from
davecgh:secp256k1_select_backend_per_arch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
7c71edf
secp256k1: Add caveats to documentation.
davecgh 80ed947
secp256k1: Add scalar negation algebraic tests.
davecgh 0821659
secp256k1: Add scalar inverse algebraic tests.
davecgh 25d2550
secp256k1: Add scalar half order algebraic tests.
davecgh e684578
secp256k1: Implement 4x64 ModNScalar.
davecgh 3d41b72
secp256k1: Add scalar reduction proofs.
davecgh ac88d32
secp256k1: Add width-5 windowed NAF recoder.
davecgh 2e39810
secp256k1: Add wNAF tests.
davecgh 823295d
secp256k1: Add wNAF benchmark.
davecgh f47e239
secp256k1: Integrate width-5 wNAF in scalar mult.
davecgh 155ec1b
secp256k1: Remove unused NAF code.
davecgh 7d198f2
secp256k1: Move constant time helpers to arith.
davecgh ebed98d
secp256k1: Add constant time helper tests.
davecgh 9f2a7e3
secp256k1: Move mul/square primitives to arith.
davecgh 7167a0f
secp256k1: Add Mul512 tests.
davecgh 5c1c8cc
secp256k1: Add Square512 tests.
davecgh d74c9d5
secp256k1: Add arith README.md.
davecgh 322eb99
secp256k1: Add internal cpufeat package.
davecgh 83f3a54
secp256k1: Add cpufeat tests.
davecgh 2a6cfa1
secp256k1: Add cpufeat README.md.
davecgh f266edf
secp256k1: Use the new internal cpufeat package.
davecgh 12e950d
secp256k1: Cleanup field64 benchmarks.
davecgh 69e0161
secp256k1: Rename field64Mul/Square funcs.
davecgh 2699750
secp256k1: Separate generic field64 impls.
davecgh 1ed1176
secp256k1: Add amd64 mul/square variant tests.
davecgh 449ce22
secp256k1: Move 10x26 field code to subpackage.
davecgh e409706
secp256k1: Rename field10x26.FieldVal to Element.
davecgh 50b4acd
secp256k1: Wrap public field implementation.
davecgh cac278c
secp256k1: Add fieldval wrapper tests.
davecgh 6d1c792
secp256k1: Add field10x26 README.md.
davecgh 675f333
secp256k1: Move 4x64 field code to subpackage.
davecgh 94db16e
secp256k1: Rename field4x64.FieldVal64 to Element.
davecgh 9181a8d
secp256k1: Add field4x64 README.md.
davecgh 5089b0a
secp256k1: Select arch-specific field backend.
davecgh 61bbf6b
secp256k1: Update README.md for arch-specific.
davecgh 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.