Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
decred
/
dcrd
Public
Notifications
You must be signed in to change notification settings
Fork
319
Star
774
Code
Issues
17
Pull requests
17
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
secp256k1: Separate generic field64 impls.
- #3754
#3754
Open
davecgh
wants to merge 25 commits into
decred:master
decred/dcrd:master
from
davecgh:secp256k1_field64_sel_rework
davecgh/dcrd:secp256k1_field64_sel_rework
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
secp256k1: Separate generic field64 impls.
#3754
davecgh
wants to merge 25 commits into
decred:master
decred/dcrd:master
from
davecgh:secp256k1_field64_sel_rework
davecgh/dcrd:secp256k1_field64_sel_rework
Copy head branch name to clipboard
Commits
Commits on Jul 29, 2026
secp256k1: Add caveats to documentation.
Show description for 7c71edf
davecgh
committed
7c71edf
View commit details
Copy full SHA for 7c71edf
Browse repository at this point
secp256k1: Add scalar negation algebraic tests.
Show description for 80ed947
davecgh
committed
80ed947
View commit details
Copy full SHA for 80ed947
Browse repository at this point
secp256k1: Add scalar inverse algebraic tests.
Show description for 0821659
davecgh
committed
0821659
View commit details
Copy full SHA for 0821659
Browse repository at this point
secp256k1: Add scalar half order algebraic tests.
Show description for 25d2550
davecgh
committed
25d2550
View commit details
Copy full SHA for 25d2550
Browse repository at this point
secp256k1: Implement 4x64 ModNScalar.
Show description for e684578
davecgh
committed
e684578
View commit details
Copy full SHA for e684578
Browse repository at this point
secp256k1: Add scalar reduction proofs.
Show description for 3d41b72
davecgh
committed
3d41b72
View commit details
Copy full SHA for 3d41b72
Browse repository at this point
secp256k1: Add width-5 windowed NAF recoder.
Show description for ac88d32
davecgh
committed
ac88d32
View commit details
Copy full SHA for ac88d32
Browse repository at this point
secp256k1: Add wNAF tests.
Show description for 2e39810
davecgh
committed
2e39810
View commit details
Copy full SHA for 2e39810
Browse repository at this point
secp256k1: Add wNAF benchmark.
davecgh
committed
823295d
View commit details
Copy full SHA for 823295d
Browse repository at this point
secp256k1: Integrate width-5 wNAF in scalar mult.
Show description for f47e239
davecgh
committed
f47e239
View commit details
Copy full SHA for f47e239
Browse repository at this point
secp256k1: Remove unused NAF code.
Show description for 155ec1b
davecgh
committed
155ec1b
View commit details
Copy full SHA for 155ec1b
Browse repository at this point
secp256k1: Move constant time helpers to arith.
Show description for 7d198f2
davecgh
committed
7d198f2
View commit details
Copy full SHA for 7d198f2
Browse repository at this point
secp256k1: Add constant time helper tests.
Show description for ebed98d
davecgh
committed
ebed98d
View commit details
Copy full SHA for ebed98d
Browse repository at this point
secp256k1: Move mul/square primitives to arith.
Show description for 9f2a7e3
davecgh
committed
9f2a7e3
View commit details
Copy full SHA for 9f2a7e3
Browse repository at this point
secp256k1: Add Mul512 tests.
Show description for 7167a0f
davecgh
committed
7167a0f
View commit details
Copy full SHA for 7167a0f
Browse repository at this point
secp256k1: Add Square512 tests.
Show description for 5c1c8cc
davecgh
committed
5c1c8cc
View commit details
Copy full SHA for 5c1c8cc
Browse repository at this point
secp256k1: Add arith README.md.
davecgh
committed
d74c9d5
View commit details
Copy full SHA for d74c9d5
Browse repository at this point
secp256k1: Add internal cpufeat package.
Show description for 322eb99
davecgh
committed
322eb99
View commit details
Copy full SHA for 322eb99
Browse repository at this point
secp256k1: Add cpufeat tests.
Show description for 83f3a54
davecgh
committed
83f3a54
View commit details
Copy full SHA for 83f3a54
Browse repository at this point
secp256k1: Add cpufeat README.md.
davecgh
committed
2a6cfa1
View commit details
Copy full SHA for 2a6cfa1
Browse repository at this point
secp256k1: Use the new internal cpufeat package.
Show description for f266edf
davecgh
committed
f266edf
View commit details
Copy full SHA for f266edf
Browse repository at this point
Commits on Jul 31, 2026
secp256k1: Cleanup field64 benchmarks.
Show description for 12e950d
davecgh
committed
12e950d
View commit details
Copy full SHA for 12e950d
Browse repository at this point
secp256k1: Rename field64Mul/Square funcs.
Show description for 69e0161
davecgh
committed
69e0161
View commit details
Copy full SHA for 69e0161
Browse repository at this point
secp256k1: Separate generic field64 impls.
Show description for 2699750
davecgh
committed
2699750
View commit details
Copy full SHA for 2699750
Browse repository at this point
secp256k1: Add amd64 mul/square variant tests.
Show description for 1ed1176
davecgh
committed
1ed1176
View commit details
Copy full SHA for 1ed1176
Browse repository at this point
You can’t perform that action at this time.