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-04-02 03:46:01 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cab0824c96e2433a29d5e730f0e888a0a00f9eb3
bitcoin
/
src
/
crypto
History
532479301
18307849b4
Consensus: Fix bug when compiler do not support __builtin_clz*
...
#ifdef is not correct since defination is defined to 0 or 1. Should change to #if
2018-03-01 17:20:27 +08: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_sse4.cpp
…
sha256.cpp
…
sha256.h
…
sha512.cpp
…
sha512.h
…