aboutsummaryrefslogtreecommitdiff
path: root/src/gen
Commit message (Expand)AuthorAgeFilesLines
...
* Fix hashing of ANSI X9.62 seed.J08nY2017-08-312-25/+55
* Implement hashing of ANSI X9.62 seed.J08nY2017-08-312-20/+54
* Add utilities for PARI t_INT and char * conversion.J08nY2017-08-311-2/+8
* Implement ANSI X9.62 stdin input + tests.J08nY2017-08-311-18/+19
* Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers.J08nY2017-08-302-20/+34
* Add err output stream, default to stderr.J08nY2017-08-304-8/+10
* Use correct allocation functions. Add try_free.J08nY2017-08-303-4/+4
* Add proper support for Koblitz curves generation.J08nY2017-07-202-2/+2
* Some cleanup of unused stuff.J08nY2017-07-201-1/+0
* Fix errors in point generation, for "nonprime" points mainly.J08nY2017-06-051-11/+14
* Fix formatting.J08nY2017-06-011-3/+2
* Renamed a bunch of generators.J08nY2017-06-015-26/+24
* Add generating of points on non-prime order subgroups of a curve.J08nY2017-06-014-158/+62
* Move stuff related to generators to src/gen.J08nY2017-05-3116-0/+1861