aboutsummaryrefslogtreecommitdiff
path: root/test/src/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compute twist order, as it is obviously known.J08nY2018-01-191-3/+6
|
* Add curve twists to CLI and update options in README.J08nY2018-01-181-9/+10
|
* Add utilities to create random curve twists.J08nY2018-01-181-0/+48
|
* Format and update README.J08nY2017-10-141-1/+0
|
* Make config_t *cfg a global variable.J08nY2017-10-141-12/+13
| | | | | | 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 seed parsing for ANSI X9.62 algo. Refactor IO test layers.J08nY2017-08-301-1/+1
|
* More point tests and formating.J08nY2017-08-301-6/+4
|
* Add a test for subgroups_all of a curve with two generators.J08nY2017-08-301-0/+22
|
* Fix subgroup order enumeration, that broke point enumeration for some curves.J08nY2017-08-301-5/+30
|
* Refactor test setup.J08nY2017-08-291-5/+2
|
* Add first working test.J08nY2017-08-291-0/+31