| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: Endian compatibility | Wladimir J. van der Laan | 2015-03-06 | 1 | -65/+11 |
| * | Use libsecp256k1's RFC6979 implementation | Pieter Wuille | 2015-01-06 | 2 | -83/+0 |
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 15 | -15/+15 |
| * | Header define style cleanups | Pieter Wuille | 2014-11-20 | 4 | -12/+12 |
| * | Add the RFC6979 PRNG | Pieter Wuille | 2014-11-20 | 2 | -0/+83 |
| * | Add HMAC-SHA256 | Pieter Wuille | 2014-11-20 | 2 | -0/+66 |
| * | Split up crypto/sha2 | Pieter Wuille | 2014-11-20 | 7 | -271/+314 |
| * | Fix all header defines | Pavel JanÃk | 2014-11-03 | 3 | -9/+9 |
| * | update license of compat and crypto | Philip Kaufmann | 2014-09-29 | 7 | -11/+13 |
| * | Apply clang-format on crypto/* and compat/* | Pieter Wuille | 2014-09-25 | 7 | -425/+561 |
| * | header include cleanup | Philip Kaufmann | 2014-09-14 | 3 | -0/+3 |
| * | Add <Hasher>::OUTPUT_SIZE | Pieter Wuille | 2014-06-21 | 6 | -10/+20 |
| * | crypto: explicitly check for byte read/write functions | Cory Fields | 2014-06-21 | 1 | -16/+63 |
| * | Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible | Pieter Wuille | 2014-06-21 | 4 | -61/+51 |
| * | Add built-in RIPEMD-160 implementation | Pieter Wuille | 2014-06-21 | 2 | -0/+242 |
| * | Move crypto implementations to src/crypto/ | Pieter Wuille | 2014-06-21 | 4 | -0/+712 |