.. |
ctaes
|
Merge #9303: Update comments in ctaes
|
2018-01-17 17:31:12 +01:00 |
aes_helper.c
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
aes.cpp
|
Merge #16129: refactor: Remove unused includes (#4623)
|
2022-01-03 13:10:02 -06:00 |
aes.h
|
Merge #15663: crypto: Remove unused AES-128 code
|
2021-07-10 12:10:51 -05:00 |
blake.c
|
16659 continuation
|
2021-12-17 12:02:16 -05:00 |
bmw.c
|
16659 continuation
|
2021-12-17 12:02:16 -05:00 |
chacha20.cpp
|
Backport 11651 (#3358)
|
2020-03-20 01:46:56 +03:00 |
chacha20.h
|
Merge #15512: Add ChaCha20 encryption option (XOR)
|
2019-07-23 09:14:28 -05:00 |
chacha_poly_aead.cpp
|
16659 continuation
|
2021-12-17 12:02:16 -05:00 |
chacha_poly_aead.h
|
merge bitcoin#23271: Fix K1/K2 use in the comments in ChaCha20-Poly1305 AEAD
|
2021-11-03 10:45:00 +05:30 |
common.h
|
partial revert dash#2911: s/dash-config/bitcoin-config/g
|
2022-08-09 14:16:28 +05:30 |
cubehash.c
|
16659 continuation
|
2021-12-17 12:02:16 -05:00 |
echo.c
|
16659 continuation
|
2021-12-17 12:02:16 -05:00 |
groestl.c
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
hkdf_sha256_32.cpp
|
merge bitcoin#17280: Change occurences of c_str() used with size() to data()
|
2022-04-06 13:51:39 +05:30 |
hkdf_sha256_32.h
|
Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private key
|
2021-08-10 23:55:56 +03:00 |
hmac_sha256.cpp
|
Backport 11651 (#3358)
|
2020-03-20 01:46:56 +03:00 |
hmac_sha256.h
|
Backport 11651 (#3358)
|
2020-03-20 01:46:56 +03:00 |
hmac_sha512.cpp
|
Backport 11651 (#3358)
|
2020-03-20 01:46:56 +03:00 |
hmac_sha512.h
|
Backport 11651 (#3358)
|
2020-03-20 01:46:56 +03:00 |
jh.c
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
keccak.c
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
luffa.c
|
16659 continuation
|
2021-12-17 12:02:16 -05:00 |
muhash.cpp
|
merge bitcoin#19145: Add hash_type MUHASH for gettxoutsetinfo
|
2022-04-27 20:05:13 +05:30 |
muhash.h
|
partial revert dash#2911: s/dash-config/bitcoin-config/g
|
2022-08-09 14:16:28 +05:30 |
pkcs5_pbkdf2_hmac_sha512.cpp
|
Implement PKCS5_PBKDF2_HMAC_SHA512 (#4665)
|
2022-01-24 17:21:38 +03:00 |
pkcs5_pbkdf2_hmac_sha512.h
|
Implement PKCS5_PBKDF2_HMAC_SHA512 (#4665)
|
2022-01-24 17:21:38 +03:00 |
poly1305.cpp
|
Merge #15519: Add Poly1305 implementation
|
2019-07-23 09:14:28 -05:00 |
poly1305.h
|
Merge #15519: Add Poly1305 implementation
|
2019-07-23 09:14:28 -05:00 |
ripemd160.cpp
|
Merge #15950: Do not construct out-of-bound pointers in SHA2 code
|
2021-07-10 12:10:51 -05:00 |
ripemd160.h
|
Merge #7848: Divergence between 32- and 64-bit when hashing >4GB affects gettxoutsetinfo
|
2017-12-20 17:25:03 +01:00 |
sha1.cpp
|
Merge #15950: Do not construct out-of-bound pointers in SHA2 code
|
2021-07-10 12:10:51 -05:00 |
sha1.h
|
Merge #7848: Divergence between 32- and 64-bit when hashing >4GB affects gettxoutsetinfo
|
2017-12-20 17:25:03 +01:00 |
sha3.cpp
|
16659 continuation
|
2021-12-17 12:02:16 -05:00 |
sha3.h
|
Merge #19841: Implement Keccak and SHA3_256
|
2021-05-20 10:15:17 +05:30 |
sha256_arm_shani.cpp
|
Merge bitcoin/bitcoin#24115: ARMv8 SHA2 Intrinsics
|
2022-03-28 13:05:12 -05:00 |
sha256_avx2.cpp
|
Merge #17691: doc: Add missed copyright headers
|
2022-04-02 09:19:20 +05:30 |
sha256_sse4.cpp
|
Merge #10821: Add SSE4 optimized SHA256
|
2019-07-24 11:59:09 -05:00 |
sha256_sse41.cpp
|
Merge #17691: doc: Add missed copyright headers
|
2022-04-02 09:19:20 +05:30 |
sha256_x86_shani.cpp
|
Merge bitcoin/bitcoin#24115: ARMv8 SHA2 Intrinsics
|
2022-03-28 13:05:12 -05:00 |
sha256.cpp
|
merge bitcoin#17270: Feed environment data into RNG initializers
|
2022-04-25 15:29:51 +05:30 |
sha256.h
|
Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2
|
2019-10-01 23:20:06 +02:00 |
sha512.cpp
|
Merge #15950: Do not construct out-of-bound pointers in SHA2 code
|
2021-07-10 12:10:51 -05:00 |
sha512.h
|
merge bitcoin#17270: Feed environment data into RNG initializers
|
2022-04-25 15:29:51 +05:30 |
shavite.c
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
simd.c
|
16659 continuation
|
2021-12-17 12:02:16 -05:00 |
siphash.cpp
|
Merge #19931: Change CSipHasher's count variable to uint8_t
|
2021-09-24 13:26:37 -04:00 |
siphash.h
|
Merge #19931: Change CSipHasher's count variable to uint8_t
|
2021-09-24 13:26:37 -04:00 |
skein.c
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_blake.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_bmw.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_cubehash.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_echo.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_groestl.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_jh.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_keccak.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_luffa.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_shavite.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_simd.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_skein.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |
sph_types.h
|
scripted-diff: Merge #13753: Remove trailing whitespaces
|
2020-07-28 20:23:12 -05:00 |