aboutsummaryrefslogtreecommitdiff
path: root/src/math/subgroups.c
Commit message (Collapse)AuthorAgeFilesLines
* Make config_t *cfg a global variable.J08nY2017-10-141-3/+3
| | | | | | The config is setup from parsing CLI options and then doesn't change for the whole duration of running ecgen, so it makes sense to make it a global variable.
* Implement hashing of ANSI X9.62 seed.J08nY2017-08-311-1/+2
|
* Use gtoset instead of sort and manual uniq algo.J08nY2017-08-311-11/+2
|
* More point tests and formating.J08nY2017-08-301-2/+2
|
* Refactor some of the subgroups code.J08nY2017-08-301-22/+32
|
* Fix subgroup order enumeration, that broke point enumeration for some curves.J08nY2017-08-301-35/+28
|
* Add first working test.J08nY2017-08-291-1/+1
|
* Add proper support for Koblitz curves generation.J08nY2017-07-201-10/+10
|
* Some cleanup of unused stuff.J08nY2017-07-201-1/+18
|
* Make --points=all not error for some edge cases.J08nY2017-06-081-21/+42
|
* Fix formatting and whitespace.J08nY2017-06-051-3/+2
|
* Fix errors in point generation, for "nonprime" points mainly.J08nY2017-06-051-15/+73
|
* Add generating of points on non-prime order subgroups of a curve.J08nY2017-06-011-0/+60
- Use --points=nonprime