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