aboutsummaryrefslogtreecommitdiff
path: root/src/random.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-091-4/+3
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-6/+5
* Don't use assert for catching randomness failuresPieter Wuille2016-05-291-6/+20
* Always require OS randomness when generating secret keysPieter Wuille2016-05-291-1/+47
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* WIN32 Seed Cleanup: Move nLastPerfmon behind win32 ifdef.21E142015-02-251-3/+4
* openssl: abstract out OPENSSL_cleanseCory Fields2015-02-151-3/+3
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Make sure that GetRandomBytes never failsWladimir J. van der Laan2014-11-071-3/+2
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-16/+12
* header include cleanupPhilip Kaufmann2014-09-141-1/+3
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-1/+3
* make RandAddSeed() use OPENSSL_cleanse()Philip Kaufmann2014-07-091-2/+1
* move rand functions from util to new random.h/.cppPhilip Kaufmann2014-07-091-0/+140