aboutsummaryrefslogtreecommitdiff
path: root/src/hash.h
Commit message (Expand)AuthorAgeFilesLines
* 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