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-10 15:45:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
507dbe4ca26f08ab89bc5047789c6b9bd7f7e1af
bitcoin
/
src
/
crypto
History
Hennadii Stepanov
5f72417176
Add ability to specify SHA256 implementation for benchmark purposes
2023-09-20 21:11:55 +01:00
..
ctaes
…
aes.cpp
…
aes.h
…
chacha20.cpp
crypto: make ChaCha20::SetKey wipe buffer
2023-08-17 15:37:41 -04:00
chacha20.h
crypto: make ChaCha20::SetKey wipe buffer
2023-08-17 15:37:41 -04:00
chacha20poly1305.cpp
crypto: refactor ChaCha20 classes to use Span<std::byte> interface
2023-08-17 15:26:34 -04:00
chacha20poly1305.h
refactor: add missing headers for BIP324 ciphersuite
2023-08-15 07:30:48 +05:30
common.h
…
hkdf_sha256_32.cpp
…
hkdf_sha256_32.h
…
hmac_sha256.cpp
…
hmac_sha256.h
…
hmac_sha512.cpp
…
hmac_sha512.h
…
muhash.cpp
crypto: refactor ChaCha20 classes to use Span<std::byte> interface
2023-08-17 15:26:34 -04:00
muhash.h
…
poly1305.cpp
…
poly1305.h
…
ripemd160.cpp
…
ripemd160.h
…
sha1.cpp
…
sha1.h
…
sha3.cpp
…
sha3.h
…
sha256_arm_shani.cpp
…
sha256_avx2.cpp
…
sha256_sse4.cpp
…
sha256_sse41.cpp
…
sha256_x86_shani.cpp
…
sha256.cpp
Add ability to specify SHA256 implementation for benchmark purposes
2023-09-20 21:11:55 +01:00
sha256.h
Add ability to specify SHA256 implementation for benchmark purposes
2023-09-20 21:11:55 +01:00
sha512.cpp
…
sha512.h
…
siphash.cpp
…
siphash.h
…