| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add missing header end comments | Philip Kaufmann | 2014-08-28 | 1 | -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_SIZE | Pieter Wuille | 2014-06-21 | 1 | -6/+10 |
| | | |||||
| * | Add built-in RIPEMD-160 implementation | Pieter Wuille | 2014-06-21 | 1 | -3/+2 |
| | | |||||
| * | Move crypto implementations to src/crypto/ | Pieter Wuille | 2014-06-21 | 1 | -1/+1 |
| | | |||||
| * | Switch script.cpp and hash.cpp to use sha2.cpp instead of OpenSSL. | Pieter Wuille | 2014-06-21 | 1 | -72/+102 |
| | | |||||
| * | Add a built-in SHA256/SHA512 implementation. | Pieter Wuille | 2014-06-21 | 1 | -10/+0 |
| | | | | | This also moves the HMAC-SHA512 implementation to sha2.cpp. | ||||
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -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 2013 | super3 | 2013-10-20 | 1 | -1/+1 |
| | | |||||
| * | Add HMAC-SHA512 to hash | Pieter Wuille | 2013-06-24 | 1 | -0/+10 |
| | | |||||
| * | Make CPubKey statically allocated | Pieter Wuille | 2013-05-30 | 1 | -2/+9 |
| | | |||||
| * | Add MurmurHash3 implementation to hash.h/add hash.cpp. | Matt Corallo | 2013-01-16 | 1 | -0/+3 |
| | | |||||
| * | Split off hash.h from util.h | Pieter Wuille | 2012-12-18 | 1 | -0/+116 |