aboutsummaryrefslogtreecommitdiff
path: root/src/hash.h
Commit message (Collapse)AuthorAgeFilesLines
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
| | | | | | - ensures a consistent usage in header files - also add a blank line after the copyright header where missing - also remove orphan new-lines at the end of some files
* 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
| | | | This also moves the HMAC-SHA512 implementation to sha2.cpp.
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+6
| | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
* 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