aboutsummaryrefslogtreecommitdiff
path: root/src/hash.cpp
Commit message (Collapse)AuthorAgeFilesLines
* chaincodes: abstract away more chaincode behaviorCory Fields2015-05-061-5/+3
| | | | [squashme] replace struct CCainCode with a typedef uint256 ChainCode
* src/hash.cpp: endian compatibilityWladimir J. van der Laan2015-03-061-2/+4
|
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Split up crypto/sha2Pieter Wuille2014-11-201-0/+1
|
* Adding license.sinetek2014-11-081-0/+4
|
* boost: moveonly: move BIP32Hash to hash.hCory Fields2014-10-311-0/+13
|
* Avoiding referencing elements of an empty vectorENikS2014-09-231-33/+36
|
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-14/+18
|
* Add a built-in SHA256/SHA512 implementation.Pieter Wuille2014-06-211-41/+0
| | | | This also moves the HMAC-SHA512 implementation to sha2.cpp.
* Add HMAC-SHA512 to hashPieter Wuille2013-06-241-0/+41
|
* Add MurmurHash3 implementation to hash.h/add hash.cpp.Matt Corallo2013-01-161-0/+58