Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
851 contributions in the last year
Activity overview
Contribution activity
August 2020
Created a pull request in bitcoin-core/secp256k1 that received 5 comments
Use double-wide types for additions in scalar code
Suggested here by Andy Polyakov. This is shorter, easier to reason about, more likely to not contain branches, and likely (slightly) faster too.
+66
−96
•
5
comments
- Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to SHA256 (Alternative to #18071)
- Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to SHA256
- net: change CNetAddr::ip to have flexible size
- doc: Add CODEOWNERS file to automatically nominate PR reviewers
- lib: Optimizing siphash implementation
- coins: allow write to disk without cache drop