aboutsummaryrefslogtreecommitdiff
path: root/test/src/exhaustive/test_ansi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright fixes and Makefile fixes.J08nY2018-04-051-1/+1
|
* Fix some errors in brainpool rfc generation (4/7 RFC curves pass).J08nY2017-12-171-1/+2
|
* Fix brainpool(+RFC) generation of primes.J08nY2017-12-151-4/+4
|
* Add basis of brainpool RFC generation (equation part).J08nY2017-12-141-1/+2
|
* Add tests for brainpool generation, and fix it.J08nY2017-12-131-11/+11
|
* Implement base of brainpool algo.J08nY2017-12-131-9/+9
|
* Add check_f for a string in the hex expansion of a curve param.J08nY2017-10-171-1/+1
|
* Cleanup includes and test setup/teardown.J08nY2017-10-171-16/+2
|
* Format and update README.J08nY2017-10-141-1/+0
|
* Make config_t *cfg a global variable.J08nY2017-10-141-22/+22
| | | | | | 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.
* Add "offset_e state" param to gen_f and check_f.J08nY2017-09-301-9/+9
|
* Format tests and cleanup includes.J08nY2017-09-191-12/+17
|
* Move some files into src/misc.J08nY2017-09-191-1/+1
|
* Fix a segfault in ANSI generation, fix ISO C initializer braces.J08nY2017-09-191-1/+0
|
* Implement a,b generation for ANSI X9.62 algo, Fp version.J08nY2017-09-191-2/+15
|
* Fix ANSI X9.62 binary field generation method.J08nY2017-09-191-4/+7
|
* Fix some of the issues with ANSI X9.62 f2m equation generation.J08nY2017-09-171-6/+9
|
* Move some stuff from general seed_t handling in gen/seed.[ch] to ↵J08nY2017-09-171-0/+268
exhaustive/ansi.[ch].