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
ec3073a274bf7affe1b8c87a10f75d126f5ac027
bitcoin
/
src
/
crypto
History
Pieter Wuille
4437d6e1f3
8-way AVX2 implementation for double SHA256 on 64-byte inputs
2018-05-29 14:18:05 -07:00
..
ctaes
…
aes.cpp
…
aes.h
…
chacha20.cpp
…
chacha20.h
…
common.h
Consensus: Fix bug when compiler do not support __builtin_clz*
2018-03-01 17:20:27 +08:00
hmac_sha256.cpp
…
hmac_sha256.h
…
hmac_sha512.cpp
…
hmac_sha512.h
…
ripemd160.cpp
…
ripemd160.h
…
sha1.cpp
…
sha1.h
…
sha256_avx2.cpp
8-way AVX2 implementation for double SHA256 on 64-byte inputs
2018-05-29 14:18:05 -07:00
sha256_sse4.cpp
Add SSE4 based SHA256
2017-07-20 09:03:53 -07:00
sha256_sse41.cpp
4-way SSE4.1 implementation for double SHA256 on 64-byte inputs
2018-05-29 14:18:05 -07:00
sha256.cpp
8-way AVX2 implementation for double SHA256 on 64-byte inputs
2018-05-29 14:18:05 -07:00
sha256.h
Specialized double sha256 for 64 byte inputs
2018-05-29 14:05:00 -07:00
sha512.cpp
…
sha512.h
…