| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement SipHash in Python | Pieter Wuille | 2016-07-29 | 1 | -0/+4 |
| * | test: Add more test vectors for siphash | Wladimir J. van der Laan | 2016-06-08 | 1 | -0/+48 |
| * | Support SipHash with arbitrary byte writes | Pieter Wuille | 2016-06-07 | 1 | -4/+13 |
| * | Add SipHash-2-4 primitives to hash | Pieter Wuille | 2016-05-17 | 1 | -0/+20 |
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| * | tests: add a BasicTestingSetup and apply to all tests | Wladimir J. van der Laan | 2015-03-12 | 1 | -1/+2 |
| * | Remove references to X11 licence | Michael Ford | 2014-12-16 | 1 | -1/+1 |
| * | Split up util.cpp/h | Wladimir J. van der Laan | 2014-08-26 | 1 | -1/+1 |
| * | Add licenses for tests and test data | Wladimir J. van der Laan | 2014-03-18 | 1 | -1/+3 |
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -3/+6 |
| * | Add MurmurHash3() unit test | Peter Todd | 2013-08-20 | 1 | -0/+44 |