aboutsummaryrefslogtreecommitdiff
path: root/test/src/exhaustive (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Travis.J08nY2018-07-101-1/+0
|
* Use exhaustive generation of some params in CM generation.J08nY2018-07-091-1/+1
|
* Add more tests for supersingular method.J08nY2018-07-021-3/+29
|
* Fix some edge cases of supersingular generation method.J08nY2018-07-021-0/+25
|
* Copyright fixes and Makefile fixes.J08nY2018-04-053-3/+3
|
* Fix running out of stack in embedding degree computation.J08nY2017-12-201-6/+24
| | | | - It is a simple Fp_order computation, why the dumb algo? :D
* Do not skip Brainpool RFC tests.J08nY2017-12-171-1/+0
|
* Add seadata to Travis.feature/brainpool-algoJ08nY2017-12-171-1/+1
|
* Skip Brainpool RFC tests.J08nY2017-12-171-1/+1
|
* Fix gens_get_embedding and brainpool RFC generation.J08nY2017-12-171-2/+5
| | | | | - The Brainpool RFC generation still uses way too much stack, so it is likely leaking it somewhere, but not sure where.
* Fix some errors in brainpool rfc generation (4/7 RFC curves pass).J08nY2017-12-172-23/+79
|
* Fix brainpool(+RFC) generation of primes.J08nY2017-12-153-5/+175
|
* Add basis of brainpool RFC generation (equation part).J08nY2017-12-142-3/+5
|
* Fix brainpool hashing algo.J08nY2017-12-131-0/+15
|
* Add tests for brainpool generation, and fix it.J08nY2017-12-132-11/+94
|
* 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].