| .. |
|
ctaes
|
|
|
|
aes.cpp
|
|
|
|
aes.h
|
|
|
|
chacha20.cpp
|
refactor: Drop unused UCharCast
|
2025-01-14 19:01:53 +01:00 |
|
chacha20.h
|
crypto: make ChaCha20::SetKey wipe buffer
|
2023-08-17 15:37:41 -04:00 |
|
chacha20poly1305.cpp
|
refactor: Drop unused UCharCast
|
2025-01-14 19:01:53 +01:00 |
|
chacha20poly1305.h
|
refactor: add missing headers for BIP324 ciphersuite
|
2023-08-15 07:30:48 +05:30 |
|
CMakeLists.txt
|
cmake: Build bitcoin_crypto library
|
2024-08-16 19:27:38 +01:00 |
|
common.h
|
refactor: Allow std::byte in Read(LE/BE)
|
2024-12-18 10:59:25 +01:00 |
|
hex_base.cpp
|
util: move HexStr and HexDigit from util to crypto
|
2024-05-16 17:16:08 +02:00 |
|
hex_base.h
|
util: move HexStr and HexDigit from util to crypto
|
2024-05-16 17:16:08 +02:00 |
|
hkdf_sha256_32.cpp
|
|
|
|
hkdf_sha256_32.h
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
hmac_sha256.cpp
|
|
|
|
hmac_sha256.h
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
hmac_sha512.cpp
|
|
|
|
hmac_sha512.h
|
scripted-diff: Bump copyright headers
|
2022-12-24 23:49:50 +00:00 |
|
muhash.cpp
|
Safegcd based modular inverse for Num3072
|
2025-01-09 10:04:36 -05:00 |
|
muhash.h
|
Safegcd based modular inverse for Num3072
|
2025-01-09 10:04:36 -05:00 |
|
poly1305.cpp
|
Switch all callers from poly1305_auth to Poly1305 class
|
2023-07-12 22:43:55 -04:00 |
|
poly1305.h
|
Switch all callers from poly1305_auth to Poly1305 class
|
2023-07-12 22:43:55 -04:00 |
|
ripemd160.cpp
|
clang-tidy: Fix modernize-use-default-member-init in headers
|
2023-01-31 11:50:10 +00:00 |
|
ripemd160.h
|
clang-tidy: Fix modernize-use-default-member-init in headers
|
2023-01-31 11:50:10 +00:00 |
|
sha1.cpp
|
clang-tidy: Fix modernize-use-default-member-init in headers
|
2023-01-31 11:50:10 +00:00 |
|
sha1.h
|
clang-tidy: Fix modernize-use-default-member-init in headers
|
2023-01-31 11:50:10 +00:00 |
|
sha3.cpp
|
refactor: Avoid UB in SHA3_256::Write
|
2025-01-14 19:09:30 +01:00 |
|
sha3.h
|
tidy: modernize-use-equals-default
|
2024-07-08 11:12:01 +02:00 |
|
sha256.cpp
|
Merge 9f45062b9b into merged_master (Bitcoin PR bitcoin/bitcoin#30937)
|
2026-03-30 10:51:11 +00:00 |
|
sha256.h
|
Merge 058488276f into merged_master (Bitcoin PR bitcoin/bitcoin#27598)
|
2025-08-06 15:10:07 +02:00 |
|
sha256_arm_shani.cpp
|
doc: Fix typos
|
2022-02-17 03:42:08 +09:00 |
|
sha256_avx2.cpp
|
scripted-diff: Use platform-agnostic ALWAYS_INLINE macro
|
2023-05-04 20:58:01 +01:00 |
|
sha256_sse4.cpp
|
crypto: disable asan for sha256_sse4 with clang and -O0
|
2024-05-15 13:50:25 +00:00 |
|
sha256_sse41.cpp
|
scripted-diff: Use platform-agnostic ALWAYS_INLINE macro
|
2023-05-04 20:58:01 +01:00 |
|
sha256_x86_shani.cpp
|
crypto: Guard code with ENABLE_SSE41 macro
|
2024-03-05 11:36:46 +00:00 |
|
sha512.cpp
|
clang-tidy: Fix modernize-use-default-member-init in headers
|
2023-01-31 11:50:10 +00:00 |
|
sha512.h
|
clang-tidy: Fix modernize-use-default-member-init in headers
|
2023-01-31 11:50:10 +00:00 |
|
siphash.cpp
|
crypto, hash: replace custom rotl32 with std::rotl
|
2024-01-05 17:12:38 +01:00 |
|
siphash.h
|
refactor: use Span for SipHash::Write
|
2023-07-17 13:27:46 +02:00 |