elements/src/crypto
2026-03-30 10:51:11 +00:00
..
ctaes
aes.cpp
aes.h
chacha20.cpp crypto, hash: replace custom rotl32 with std::rotl 2024-01-05 17:12:38 +01:00
chacha20.h
chacha20poly1305.cpp crypto: chacha20: always use our fallback timingsafe_bcmp rather than libc's 2024-04-05 15:44:21 +00:00
chacha20poly1305.h
CMakeLists.txt cmake: Build bitcoin_crypto library 2024-08-16 19:27:38 +01:00
common.h crypto: Add missing WriteBE16 function 2024-09-21 12:37:36 +02: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
hmac_sha256.cpp
hmac_sha256.h
hmac_sha512.cpp
hmac_sha512.h
muhash.cpp
muhash.h tidy: modernize-use-equals-default 2024-07-08 11:12:01 +02:00
poly1305.cpp
poly1305.h
ripemd160.cpp
ripemd160.h
sha1.cpp
sha1.h
sha3.cpp crypto, hash: replace custom rotl32 with std::rotl 2024-01-05 17:12:38 +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
sha256_avx2.cpp
sha256_sse4.cpp crypto: disable asan for sha256_sse4 with clang and -O0 2024-05-15 13:50:25 +00:00
sha256_sse41.cpp
sha256_x86_shani.cpp crypto: Guard code with ENABLE_SSE41 macro 2024-03-05 11:36:46 +00:00
sha512.cpp
sha512.h
siphash.cpp crypto, hash: replace custom rotl32 with std::rotl 2024-01-05 17:12:38 +01:00
siphash.h