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