| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers to 2018 | DrahtBot | 2018-07-27 | 1 | -1/+1 |
| * | test: Fix sign for expected values | Karl-Johan Alm | 2018-04-11 | 1 | -1/+1 |
| * | Make FastRandomContext support standard C++11 RNG interface | Pieter Wuille | 2018-03-20 | 1 | -0/+22 |
| * | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider | 2017-11-16 | 1 | -2/+2 |
| * | Add FastRandomContext::rand256() and ::randbytes() | Pieter Wuille | 2017-06-05 | 1 | -0/+7 |
| * | Add a FastRandomContext::randrange and use it | Pieter Wuille | 2017-03-29 | 1 | -0/+15 |
| * | Switch FastRandomContext to ChaCha20 | Pieter Wuille | 2017-03-29 | 1 | -1/+20 |
| * | sanity: Move OS random to sanity check function | Wladimir J. van der Laan | 2017-02-22 | 1 | -28/+1 |
| * | util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD | Wladimir J. van der Laan | 2017-02-21 | 1 | -0/+46 |