| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | crypto: bytes counts are 64 bit | Wladimir J. van der Laan | 2016-04-15 | 1 | -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 headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Fix all header defines | Pavel JanÃk | 2014-11-03 | 1 | -3/+3 |
| | | |||||
| * | update license of compat and crypto | Philip Kaufmann | 2014-09-29 | 1 | -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 Wuille | 2014-09-25 | 1 | -2/+3 |
| | | |||||
| * | Add <Hasher>::OUTPUT_SIZE | Pieter Wuille | 2014-06-21 | 1 | -1/+3 |
| | | |||||
| * | Move crypto implementations to src/crypto/ | Pieter Wuille | 2014-06-21 | 1 | -0/+25 |