aboutsummaryrefslogtreecommitdiff
path: root/src/random.h
Commit message (Collapse)AuthorAgeFilesLines
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|
* Fix typo in doxygen comment.Pavel Janík2014-11-251-1/+1
|
* Make sure that GetRandomBytes never failsWladimir J. van der Laan2014-11-071-1/+1
| | | | | | | | | We're using GetRandomBytes in several contexts where it's either unwieldy to return an error, or an error would mean a fatal exception anyhow. @gmaxwell checked OpenSSL a while ago and discovered that it never actually fails, but it can't hurt to be a bit paranoid here.
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-1/+1
|
* move rand functions from util to new random.h/.cppPhilip Kaufmann2014-07-091-0/+49