Files
bitcoin/src/crypto
Wladimir J. van der Laan 9ad1a51857 crypto: bytes counts are 64 bit
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.
2016-04-15 16:44:23 +02:00
..
2016-04-15 16:44:23 +02:00
2016-04-15 16:44:23 +02:00
2016-04-15 16:44:23 +02:00
2016-04-15 16:44:23 +02:00