summaryrefslogtreecommitdiff
path: root/test/src/math (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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