mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 21:42:47 +01:00
9ad1a51857
Byte counts for SHA256, SHA512, SHA1 and RIPEMD160 must be 64 bits. `size_t` has a different size per platform, causing divergent results when hashing more than 4GB of data. |
||
---|---|---|
.. | ||
common.h | ||
hmac_sha256.cpp | ||
hmac_sha256.h | ||
hmac_sha512.cpp | ||
hmac_sha512.h | ||
ripemd160.cpp | ||
ripemd160.h | ||
sha1.cpp | ||
sha1.h | ||
sha256.cpp | ||
sha256.h | ||
sha512.cpp | ||
sha512.h |