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
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
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
.
https-github-com-bit
/
bitcoin
Public
forked from
bitcoin/bitcoin
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bitcoin
src
crypto
on
0.19
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 25, 2019
Add ChaCha20Poly1305@Bitcoin AEAD implementation
jonasschnelli
committed
af5d1b5
View commit details
Copy full SHA for af5d1b5
View code at this point
Browse repository at this point
Commits on Jun 2, 2019
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
committed
eca9767
View commit details
Copy full SHA for eca9767
View code at this point
Browse repository at this point
Commits on May 16, 2019
Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private key
Show description for 376638a
laanwj
committed
376638a
View commit details
Copy full SHA for 376638a
View code at this point
Browse repository at this point
Merge #15950: Do not construct out-of-bound pointers in SHA2 code
Show description for fd61b9f
laanwj
committed
fd61b9f
View commit details
Copy full SHA for fd61b9f
View code at this point
Browse repository at this point
Commits on May 11, 2019
Add HKDF HMAC_SHA256 L=32 implementations
jonasschnelli
committed
551d489
View commit details
Copy full SHA for 551d489
View code at this point
Browse repository at this point
Commits on May 10, 2019
Merge #15512: Add ChaCha20 encryption option (XOR)
Show description for 695141b
jonasschnelli
committed
695141b
View commit details
Copy full SHA for 695141b
View code at this point
Browse repository at this point
Commits on May 6, 2019
Do not construct out-of-bound pointers in SHA512/SHA1/RIPEMD160 code
sipa
committed
c01c065
View commit details
Copy full SHA for c01c065
View code at this point
Browse repository at this point
Commits on May 3, 2019
Add ChaCha20 encryption option (XOR)
jonasschnelli
committed
2bc2b8b
View commit details
Copy full SHA for 2bc2b8b
View code at this point
Browse repository at this point
Commits on Mar 29, 2019
Merge #15663: crypto: Remove unused AES-128 code
Show description for edc68d4
jonasschnelli
committed
edc68d4
View commit details
Copy full SHA for edc68d4
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
Add Poly1305 implementation
jonasschnelli
committed
03be7f4
View commit details
Copy full SHA for 03be7f4
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
Remove unused AES-128 code
practicalswift
committed
f6ee177
View commit details
Copy full SHA for f6ee177
View code at this point
Browse repository at this point
Commits on Jan 17, 2019
Abstract out seeding/extracting entropy into RNGState::MixExtract
sipa
committed
2ccc3d3
View commit details
Copy full SHA for 2ccc3d3
View code at this point
Browse repository at this point
Commits on Nov 5, 2018
Extract CSipHasher to it's own file in crypto/ directory.
Show description for 4fb789e
jimpo
committed
4fb789e
View commit details
Copy full SHA for 4fb789e
View code at this point
Browse repository at this point
Commits on Jul 27, 2018
Update copyright headers to 2018
DrahtBot
authored and
MarcoFalke
committed
eb7daf4
View commit details
Copy full SHA for eb7daf4
View code at this point
Browse repository at this point
Commits on Jul 9, 2018
Merge #13386: SHA256 implementations based on Intel SHA Extensions
Show description for 3a3eabe
laanwj
committed
3a3eabe
View commit details
Copy full SHA for 3a3eabe
View code at this point
Browse repository at this point
Commits on Jul 7, 2018
Use __cpuid_count for gnu C to avoid gitian build fail.
ken2812221
committed
63c16ed
View commit details
Copy full SHA for 63c16ed
View code at this point
Browse repository at this point
Commits on Jun 26, 2018
Use immintrin.h everywhere for intrinsics
sipa
committed
66b2cf1
View commit details
Copy full SHA for 66b2cf1
View code at this point
Browse repository at this point
Add SHA256 implementation using using Intel SHA intrinsics
sipa
committed
4c935e2
View commit details
Copy full SHA for 4c935e2
View code at this point
Browse repository at this point
Commits on Jun 24, 2018
[Refactor] CPU feature detection logic for SHA256
sipa
committed
268400d
View commit details
Copy full SHA for 268400d
View code at this point
Browse repository at this point
Merge #13471: For AVX2 code, also check for AVX, XSAVE, and OS support
Show description for 5eca4e8
laanwj
committed
5eca4e8
View commit details
Copy full SHA for 5eca4e8
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
For AVX2 code, also check for AVX, XSAVE, and OS support
sipa
committed
32d153f
View commit details
Copy full SHA for 32d153f
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
Improve coverage of SHA256 SelfTest code
sipa
committed
1e1eb63
View commit details
Copy full SHA for 1e1eb63
View code at this point
Browse repository at this point
Merge #13393: Enable double-SHA256-for-64-byte code on 32-bit x86
Show description for a607d23
laanwj
committed
a607d23
View commit details
Copy full SHA for a607d23
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
Use bracket syntax includes ("#include <foo.h>")
practicalswift
committed
906bee8
View commit details
Copy full SHA for 906bee8
View code at this point
Browse repository at this point
Commits on Jun 4, 2018
Enable double-SHA256-for-64-byte code on 32-bit x86
sipa
committed
57ba401
View commit details
Copy full SHA for 57ba401
View code at this point
Browse repository at this point
Commits on May 29, 2018
8-way AVX2 implementation for double SHA256 on 64-byte inputs
sipa
committed
4437d6e
View commit details
Copy full SHA for 4437d6e
View code at this point
Browse repository at this point
4-way SSE4.1 implementation for double SHA256 on 64-byte inputs
sipa
committed
230294b
View commit details
Copy full SHA for 230294b
View code at this point
Browse repository at this point
Specialized double sha256 for 64 byte inputs
sipa
committed
d0c9632
View commit details
Copy full SHA for d0c9632
View code at this point
Browse repository at this point
Commits on May 8, 2018
Refactor SHA256 code
sipa
committed
57f3463
View commit details
Copy full SHA for 57f3463
View code at this point
Browse repository at this point
Commits on Mar 1, 2018
Consensus: Fix bug when compiler do not support __builtin_clz*
Show description for 1830784
532479301
committed
1830784
View commit details
Copy full SHA for 1830784
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
committed
595a7ba
View commit details
Copy full SHA for 595a7ba
View code at this point
Browse repository at this point
Commits on Nov 15, 2017
scripted-diff: Replace #include "" with #include <> (ryanofsky)
Show description for 1a44534
meshcollider
committed
1a44534
View commit details
Copy full SHA for 1a44534
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
Merge #11143: Fix include path for bitcoin-config.h
Show description for 3aa60b7
laanwj
committed
3aa60b7
View commit details
Copy full SHA for 3aa60b7
View code at this point
Browse repository at this point
Merge #11176: build: Rename --enable-experimental-asm to --enable-asm and enable by default
Show description for df8c722
laanwj
committed
df8c722
View commit details
Copy full SHA for df8c722
View code at this point
Browse repository at this point
Commits on Sep 2, 2017
Update hmac_sha256.h
Show description for dc334fe
utsavgupta
authored
dc334fe
View commit details
Copy full SHA for dc334fe
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.