aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive/ansi.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.J08nY2018-01-011-1/+1
* Implement base of brainpool algo.J08nY2017-12-131-22/+5
* Make config_t *cfg a global variable.J08nY2017-10-141-6/+6
* Add "offset_e state" param to gen_f and check_f.J08nY2017-09-301-2/+2
* Introduce check_t func.J08nY2017-09-291-4/+7
* Move some enums around, make a general seed_unroll.J08nY2017-09-201-5/+0
* Introduce seed_e to mark seed_t with generation algo.J08nY2017-09-191-10/+14
* Cleanup includes.J08nY2017-09-191-3/+4
* Run clang-format.J08nY2017-09-191-10/+12
* Move some files into src/misc.J08nY2017-09-191-2/+2
* Output seed in JSON format output.J08nY2017-09-191-1/+1
* Implement a,b generation for ANSI X9.62 algo, Fp version.J08nY2017-09-191-8/+37
* Fix ANSI X9.62 binary field generation method.J08nY2017-09-191-9/+18
* Fix some of the issues with ANSI X9.62 f2m equation generation.J08nY2017-09-171-42/+58
* Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/a...J08nY2017-09-171-0/+134