| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove redundant semicolons | practicalswift | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | 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 . | ||||
| * | Support SipHash with arbitrary byte writes | Pieter Wuille | 2016-06-07 | 1 | -3/+36 |
| | | |||||
| * | Add SipHash-2-4 primitives to hash | Pieter Wuille | 2016-05-17 | 1 | -0/+94 |
| | | |||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | chaincodes: abstract away more chaincode behavior | Cory Fields | 2015-05-06 | 1 | -5/+3 |
| | | | | | [squashme] replace struct CCainCode with a typedef uint256 ChainCode | ||||
| * | src/hash.cpp: endian compatibility | Wladimir J. van der Laan | 2015-03-06 | 1 | -2/+4 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Split up crypto/sha2 | Pieter Wuille | 2014-11-20 | 1 | -0/+1 |
| | | |||||
| * | Adding license. | sinetek | 2014-11-08 | 1 | -0/+4 |
| | | |||||
| * | boost: moveonly: move BIP32Hash to hash.h | Cory Fields | 2014-10-31 | 1 | -0/+13 |
| | | |||||
| * | Avoiding referencing elements of an empty vector | ENikS | 2014-09-23 | 1 | -33/+36 |
| | | |||||
| * | Apply clang-format on some infrequently-updated files | Pieter Wuille | 2014-09-19 | 1 | -14/+18 |
| | | |||||
| * | Add a built-in SHA256/SHA512 implementation. | Pieter Wuille | 2014-06-21 | 1 | -41/+0 |
| | | | | | This also moves the HMAC-SHA512 implementation to sha2.cpp. | ||||
| * | Add HMAC-SHA512 to hash | Pieter Wuille | 2013-06-24 | 1 | -0/+41 |
| | | |||||
| * | Add MurmurHash3 implementation to hash.h/add hash.cpp. | Matt Corallo | 2013-01-16 | 1 | -0/+58 |