aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/random.c
Commit message (Collapse)AuthorAgeFilesLines
* crypto: add missing include (WIN32)iDunk54002018-02-161-0/+1
|
* Merge pull request #3187Riccardo Spagni2018-02-161-0/+4
|\ | | | | | | 851bd057 call _exit instead of abort in release mode (moneromooo-monero)
| * call _exit instead of abort in release modemoneromooo-monero2018-02-011-0/+4
| | | | | | | | | | Avoids cores being created, as they're nowadays often piped to some call home system
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* crypto: make clear generate_random_bytes is not thread safemoneromooo-monero2016-05-151-1/+1
| | | | And add a thread safe version to encourage proper use
* random: call abort(3) instead of assert in must_succeed macromoneromooo-monero2016-04-241-1/+1
| | | | | | | Avoids silent use of bad RNG in release builds, in case those calls might actually fail. Reported by smooth.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* moved all stuff to githubAntonio Juarez2014-03-031-9/+64
|
* crypto libamjuarez2013-11-151-0/+62