This website requires JavaScript.
Explore
Help
Sign In
highperfocused
/
bitcoin
Watch
1
Star
0
Fork
0
You've already forked bitcoin
mirror of
https://github.com/bitcoin/bitcoin.git
synced
2026-03-24 14:40:12 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d35efe1efc0dbeae0667baade2a40be08511c13e
bitcoin
/
src
/
crypto
History
Cory Fields
141df0a288
crypto: disable asan for sha256_sse4 with clang and -O0
...
Clang is unable to compile the Transform function for that combination of options.
2024-05-15 13:50:25 +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
…
common.h
serialization: use internal endian conversion functions
2024-02-28 13:42:38 +00: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
scripted-diff: Fix bitcoin_config_h includes
2024-02-13 20:10:44 +00: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
…
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
…
sha256.cpp
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
2024-05-01 08:33:04 +02:00
sha256.h
…
sha512.cpp
…
sha512.h
…
siphash.cpp
crypto, hash: replace custom rotl32 with std::rotl
2024-01-05 17:12:38 +01:00
siphash.h
…