aboutsummaryrefslogtreecommitdiff
path: root/src/math/random.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move stuff related to generators to src/gen.J08nY2017-05-311-64/+0
* Added generating of points on all subgroups of a curve.J08nY2017-05-231-7/+6
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-2/+2
* Fix some leaks, add option to specify PARI stack sizeJ08nY2017-04-051-1/+1
* Always read a whole pari_ulong from dev/urandomJ08nY2017-02-191-1/+5
* Optimized invalid curve generation, added optional args to gen_tJ08nY2017-02-161-1/+2
* Added point generation:J08nY2017-02-141-1/+1
* Implemented invalid curve generationJ08nY2017-02-141-1/+1
* Seperated different generation methods into modules.J08nY2017-02-091-0/+60