aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha256.h
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* crypto: bytes counts are 64 bitWladimir J. van der Laan2016-04-151-1/+1
| | | | | | 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.
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Header define style cleanupsPieter Wuille2014-11-201-3/+3
|
* Split up crypto/sha2Pieter Wuille2014-11-201-0/+28