aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha1.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
* Fix all header definesPavel Janík2014-11-031-3/+3
|
* update license of compat and cryptoPhilip Kaufmann2014-09-291-2/+2
| | | | | | - change license to be just MIT for all files in compat and crypto - also add missing header end comments - ensure default header include style
* Apply clang-format on crypto/* and compat/*Pieter Wuille2014-09-251-2/+3
|
* Add <Hasher>::OUTPUT_SIZEPieter Wuille2014-06-211-1/+3
|
* Move crypto implementations to src/crypto/Pieter Wuille2014-06-211-0/+25