aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive
Commit message (Collapse)AuthorAgeFilesLines
* Implement NUMS curve generation (somewhat).J08nY2023-10-143-0/+188
| | | | Fixes #20.
* Add option to generate smooth order curves.J08nY2023-05-121-0/+11
|
* Use exhaustive generation of some params in CM generation.J08nY2018-07-096-330/+42
|
* Fix some edge cases of supersingular generation method.J08nY2018-07-022-5/+8
|
* Add method for generating supersingular curves.J08nY2018-07-023-0/+76
|
* Add util directory and jq script to transform into CSV.J08nY2018-06-301-1/+1
|
* Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc).J08nY2018-06-301-0/+7
|
* Separate subgroup object functions into obj.J08nY2018-03-281-0/+1
|
* Separate curve object functions into obj.J08nY2018-03-281-1/+2
|
* Separate point object functions into obj.J08nY2018-03-281-2/+1
|
* Make the EOF and error failure message more clear.J08nY2018-03-251-2/+4
|
* Fix infinite loop when encountering EOF/error in input file read.J08nY2018-03-251-6/+9
|
* Add option to generate only some parameters randomly and input others.J08nY2018-03-241-8/+13
|
* Run clang-format.J08nY2018-03-201-1/+1
|
* Use the Koblitz order store to lookup a curve order fast.J08nY2018-03-031-6/+6
|
* Add direcory names to include guards.J08nY2018-03-037-21/+21
|
* Refactor point generation tests.J08nY2018-03-031-1/+1
|
* Rewrite generator and point generation code.J08nY2018-03-032-7/+15
|
* 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
|