aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive
Commit message (Collapse)AuthorAgeFilesLines
* Drop CSV support.J08nY2018-02-272-9/+9
|
* Fix memory leak in brainpool and brainpool_rfc methods.J08nY2018-02-032-9/+9
|
* Fix invalid write in check.cJ08nY2018-02-031-1/+2
|
* Fix some memory leaks in threaded invalid generation.J08nY2018-02-031-0/+1
|
* Cleanup includes.0.6.4J08nY2018-01-182-2/+0
|
* Add curve twists to CLI and update options in README.J08nY2018-01-181-1/+6
|
* Update copyright year.J08nY2018-01-0114-14/+14
|
* Fix running out of stack in embedding degree computation.J08nY2017-12-202-4/+6
| | | | - It is a simple Fp_order computation, why the dumb algo? :D
* Add more Brainpool tests, fix some.J08nY2017-12-181-1/+3
|
* Do not skip Brainpool RFC tests.J08nY2017-12-171-1/+1
|
* Add seadata to Travis.feature/brainpool-algoJ08nY2017-12-171-1/+6
|
* Fix ANSI generation.J08nY2017-12-171-0/+6
|
* Fix gens_get_embedding and brainpool RFC generation.J08nY2017-12-172-11/+2
| | | | | - 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-175-39/+156
|
* Fix brainpool(+RFC) generation of primes.J08nY2017-12-152-3/+17
|
* Add basis of brainpool RFC generation (equation part).J08nY2017-12-145-27/+123
|
* Fix brainpool hashing algo.J08nY2017-12-131-10/+14
|
* Fix brainpool prime generation, add skeleton of brainpool RFC generation.J08nY2017-12-135-19/+142
|
* Add tests for brainpool generation, and fix it.J08nY2017-12-131-4/+7
|
* Implement base of brainpool algo.J08nY2017-12-133-26/+187
|
* Run clang-format.J08nY2017-11-083-20/+13
|
* Create stubs for brainpool generation functions.J08nY2017-11-083-6/+59
|
* Add hex check to cli.J08nY2017-10-192-26/+46
|
* Cleanup the CLI options parsing and enums a bit.J08nY2017-10-191-4/+4
|
* Add several check_fs for standard security requirements.J08nY2017-10-171-0/+1
| | | | | | - Check for trace one(anomalous) curve, check for multiplicative transfer(embedding degree), factors of generator order and cm discriminant.
* Add tests for field.c.J08nY2017-10-151-0/+1
|
* Format and update README.J08nY2017-10-142-4/+5
|
* Make config_t *cfg a global variable.J08nY2017-10-145-53/+36
| | | | | | 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.
* Fix debug_log of pari GENs, log timeout differently.J08nY2017-10-141-3/+9
|
* Document more files.J08nY2017-10-082-27/+4
|
* Cleanup invalid and exhaustive generation.J08nY2017-10-041-28/+1
|
* Fix ANSI X9.62 method not respecting -p or --cofactor options.J08nY2017-10-041-1/+7
|
* Merge branch 'feature/alarm-timeout'J08nY2017-10-041-1/+10
|\
| * Add per-param timeout option.J08nY2017-10-041-1/+10
| |
* | Use verbose_log in exhaustive.cJ08nY2017-10-041-8/+6
|/
* Add GP code interpretation as a gen_f option.J08nY2017-09-301-2/+2
|
* Add "offset_e state" param to gen_f and check_f.J08nY2017-09-302-4/+5
|
* Add new/create/free funcs for malloced exhaustive_t.J08nY2017-09-302-1/+62
|
* Implement the curve non-zero discriminant as a check_f.J08nY2017-09-293-12/+37
|
* Introduce HAS_ARG(args) macro.J08nY2017-09-293-12/+9
|
* Pass arg_t to check_f.J08nY2017-09-291-3/+8
|
* Add check_t that contains more check_f functions.J08nY2017-09-294-4/+58
|
* Rename check_t -> check_f.J08nY2017-09-292-4/+4
|
* Rename unroll_t -> unroll_f.J08nY2017-09-292-5/+5
|
* Rename gen_t -> gen_f.J08nY2017-09-293-7/+7
|
* Introduce check_t func.J08nY2017-09-293-33/+55
|
* Move some enums around, make a general seed_unroll.J08nY2017-09-203-28/+22
|
* Introduce seed_e to mark seed_t with generation algo.J08nY2017-09-191-10/+14
|
* Cleanup includes.J08nY2017-09-193-5/+11
|
* Run clang-format.J08nY2017-09-194-13/+15
|