aboutsummaryrefslogtreecommitdiff
path: root/src/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Merge #13258: uint256: Remove unnecessary crypto/common.h dependencyWladimir J. van der Laan2018-11-301-0/+10
|\
| * uint256: Remove unnecessary crypto/common.h useKarl-Johan Alm2018-09-181-0/+10
* | Extract CSipHasher to it's own file in crypto/ directory.Jim Posen2018-11-051-35/+0
|/
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Support deserializing into temporariesPieter Wuille2018-03-131-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
* Remove some unused functions and methodsPieter Wuille2017-09-211-14/+0
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Add specialization of SipHash for 256 + 32 bit dataPieter Wuille2017-05-261-0/+1
* Introduce CHashVerifier to hash read dataPieter Wuille2017-05-261-0/+35
* Avoid VLA in hash.hPieter Wuille2017-02-171-4/+4
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-1/+4
* Make nType and nVersion private and sometimes constPieter Wuille2016-11-071-2/+2
* Make streams' read and write return voidPieter Wuille2016-11-071-2/+1
* Support SipHash with arbitrary byte writesPieter Wuille2016-06-071-1/+20
* Add SipHash-2-4 primitives to hashPieter Wuille2016-05-171-0/+15
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Prevector typePieter Wuille2015-11-131-0/+8
* chaincodes: abstract away more chaincode behaviorCory Fields2015-05-061-1/+3
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Split up crypto/sha2Pieter Wuille2014-11-201-1/+1
* minor code style cleanup after recent mergesPhilip Kaufmann2014-11-041-1/+2
* boost: moveonly: move BIP32Hash to hash.hCory Fields2014-10-311-0/+1
* header include cleanupPhilip Kaufmann2014-09-141-1/+1
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
* Add <Hasher>::OUTPUT_SIZEPieter Wuille2014-06-211-6/+10
* Add built-in RIPEMD-160 implementationPieter Wuille2014-06-211-3/+2
* Move crypto implementations to src/crypto/Pieter Wuille2014-06-211-1/+1
* Switch script.cpp and hash.cpp to use sha2.cpp instead of OpenSSL.Pieter Wuille2014-06-211-72/+102
* Add a built-in SHA256/SHA512 implementation.Pieter Wuille2014-06-211-10/+0
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+6
* Bump Year Number to 2013super32013-10-201-1/+1
* Add HMAC-SHA512 to hashPieter Wuille2013-06-241-0/+10
* Make CPubKey statically allocatedPieter Wuille2013-05-301-2/+9
* Add MurmurHash3 implementation to hash.h/add hash.cpp.Matt Corallo2013-01-161-0/+3
* Split off hash.h from util.hPieter Wuille2012-12-181-0/+116