index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore unsigned overflow warnings
Ross Nicoll
2021-07-09
1
-0
/
+3
*
Replace HMAC_SHA256 with Bitcoin's version
Ross Nicoll
2021-07-09
2
-333
/
+25
*
crypto: Add scrypt N=1024 PoW
barrystyle
2021-05-30
2
-8
/
+251
*
Litecoin: Add scrypt N=1024 PoW
shaolinfry
2021-05-30
3
-0
/
+522
*
Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2
Pieter Wuille
2020-09-28
1
-0
/
+7
|
\
|
*
net: recognize TORv3/I2P/CJDNS networks
Vasil Dimov
2020-09-21
1
-0
/
+7
*
|
Merge #19931: Change CSipHasher's count variable to uint8_t
fanquake
2020-09-14
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Change CSipHasher's count variable to uint8_t
Pieter Wuille
2020-09-10
2
-2
/
+2
*
|
Unroll Keccak-f implementation
Pieter Wuille
2020-09-06
1
-33
/
+66
*
|
Implement keccak-f[1600] and SHA3-256
Pieter Wuille
2020-09-06
2
-0
/
+169
|
/
*
build: improve builtin_clz* detection
fanquake
2020-06-29
1
-2
/
+2
*
Avoid non-trivial global constants in SHA-NI code
Pieter Wuille
2020-04-07
1
-19
/
+17
*
Merge #17691: doc: Add missed copyright headers
MarcoFalke
2020-01-16
2
-0
/
+8
|
\
|
*
scripted-diff: Add missed copyright headers
Hennadii Stepanov
2020-01-04
2
-0
/
+8
*
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
11
-11
/
+11
|
/
*
Report amount of data gathered from environment
Pieter Wuille
2019-11-12
1
-0
/
+1
*
[MOVEONLY] Move cpuid code from random & sha256 to compat/cpuid
Pieter Wuille
2019-11-12
1
-15
/
+5
*
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-28
1
-1
/
+1
*
Remove unused includes
practicalswift
2019-10-15
4
-4
/
+0
*
Add ChaCha20Poly1305@Bitcoin AEAD implementation
Jonas Schnelli
2019-06-25
2
-0
/
+272
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
3
-3
/
+0
*
Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private key
Wladimir J. van der Laan
2019-05-16
2
-0
/
+46
|
\
|
*
Add HKDF HMAC_SHA256 L=32 implementations
Jonas Schnelli
2019-05-11
2
-0
/
+46
*
|
Merge #15950: Do not construct out-of-bound pointers in SHA2 code
Wladimir J. van der Laan
2019-05-16
3
-3
/
+3
|
\
\
|
*
|
Do not construct out-of-bound pointers in SHA512/SHA1/RIPEMD160 code
Pieter Wuille
2019-05-06
3
-3
/
+3
*
|
|
Merge #15512: Add ChaCha20 encryption option (XOR)
Jonas Schnelli
2019-05-10
2
-6
/
+144
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add ChaCha20 encryption option (XOR)
Jonas Schnelli
2019-05-03
2
-6
/
+144
*
|
|
Merge #15663: crypto: Remove unused AES-128 code
Jonas Schnelli
2019-03-29
2
-113
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove unused AES-128 code
practicalswift
2019-03-25
2
-113
/
+0
|
|
/
*
/
Add Poly1305 implementation
Jonas Schnelli
2019-03-26
2
-0
/
+158
|
/
*
Abstract out seeding/extracting entropy into RNGState::MixExtract
Pieter Wuille
2019-01-16
1
-1
/
+1
*
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-05
2
-0
/
+220
*
Update copyright headers to 2018
DrahtBot
2018-07-27
12
-12
/
+12
*
Merge #13386: SHA256 implementations based on Intel SHA Extensions
Wladimir J. van der Laan
2018-07-09
4
-24
/
+433
|
\
|
*
Use immintrin.h everywhere for intrinsics
Pieter Wuille
2018-06-26
3
-12
/
+0
|
*
Add SHA256 implementation using using Intel SHA intrinsics
Pieter Wuille
2018-06-26
2
-0
/
+403
|
*
[Refactor] CPU feature detection logic for SHA256
Pieter Wuille
2018-06-24
1
-16
/
+34
*
|
Use __cpuid_count for gnu C to avoid gitian build fail.
Chun Kuan Lee
2018-07-07
1
-1
/
+5
|
/
*
Merge #13471: For AVX2 code, also check for AVX, XSAVE, and OS support
Wladimir J. van der Laan
2018-06-24
1
-4
/
+17
|
\
|
*
For AVX2 code, also check for AVX, XSAVE, and OS support
Pieter Wuille
2018-06-18
1
-4
/
+17
*
|
Improve coverage of SHA256 SelfTest code
Pieter Wuille
2018-06-12
1
-28
/
+80
|
/
*
Merge #13393: Enable double-SHA256-for-64-byte code on 32-bit x86
Wladimir J. van der Laan
2018-06-12
1
-2
/
+4
|
\
|
*
Enable double-SHA256-for-64-byte code on 32-bit x86
Pieter Wuille
2018-06-04
1
-2
/
+4
*
|
Use bracket syntax includes ("#include <foo.h>")
practicalswift
2018-06-06
2
-4
/
+4
|
/
*
8-way AVX2 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-29
2
-1
/
+361
*
4-way SSE4.1 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-29
2
-3
/
+343
*
Specialized double sha256 for 64 byte inputs
Pieter Wuille
2018-05-29
2
-1
/
+310
*
Refactor SHA256 code
Pieter Wuille
2018-05-08
1
-69
/
+69
*
Consensus: Fix bug when compiler do not support __builtin_clz*
532479301
2018-03-01
1
-2
/
+2
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
12
-12
/
+12
[next]