aboutsummaryrefslogtreecommitdiff
path: root/src/misc
Commit message (Collapse)AuthorAgeFilesLines
* Add KSS curve generation.J08nY2024-12-011-0/+2
|
* Add curve family generation.J08nY2024-12-012-3/+25
|
* Handle the cases found by unused options.J08nY2024-11-301-0/+26
|
* Add best-effort warnings for ignored CLI options.J08nY2024-11-302-1/+122
|
* Implement NUMS curve generation (somewhat).J08nY2023-10-141-1/+2
| | | | Fixes #20.
* Add option to generate smooth order curves.J08nY2023-05-121-0/+3
|
* Fix #17.J08nY2022-12-071-1/+3
|
* Fix compat pari version check.J08nY2021-01-091-2/+8
|
* Add compat layer for pari versions.J08nY2021-01-071-0/+21
| | | | Fixes #8.
* Add conductor computation.J08nY2019-08-021-0/+1
|
* Fix setting --points=none.J08nY2018-07-041-3/+3
|
* Add method for generating supersingular curves.J08nY2018-07-021-1/+2
|
* Add util directory and jq script to transform into CSV.J08nY2018-06-302-4/+3
|
* Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc).J08nY2018-06-303-1/+19
|
* Add option to generate invalid curves with a range of orders.J08nY2018-03-281-6/+3
|
* Add option to generate only some parameters randomly and input others.J08nY2018-03-241-3/+16
|
* Add direcory names to include guards.J08nY2018-03-032-6/+6
|
* Refactor point generation tests.J08nY2018-03-031-2/+2
|
* Rewrite generator and point generation code.J08nY2018-03-032-9/+17
|
* Drop CSV support.J08nY2018-02-271-1/+1
|
* Fix some memory leaks in threaded invalid generation.J08nY2018-02-032-0/+5
|
* Add curve twists to CLI and update options in README.J08nY2018-01-181-1/+2
|
* Update copyright year.J08nY2018-01-014-4/+4
|
* Fix running out of stack in embedding degree computation.J08nY2017-12-201-0/+1
| | | | - It is a simple Fp_order computation, why the dumb algo? :D
* Fix some errors in brainpool rfc generation (4/7 RFC curves pass).J08nY2017-12-171-2/+0
|
* Fix brainpool prime generation, add skeleton of brainpool RFC generation.J08nY2017-12-131-1/+1
|
* Implement base of brainpool algo.J08nY2017-12-131-1/+7
|
* Add hex check to cli.J08nY2017-10-191-0/+8
|
* Cleanup the CLI options parsing and enums a bit.J08nY2017-10-191-11/+20
|
* Format and update README.J08nY2017-10-142-6/+10
|
* Make config_t *cfg a global variable.J08nY2017-10-143-12/+6
| | | | | | 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.
* Move config_t cfg into config.c.J08nY2017-10-142-0/+9
|
* Document more files.J08nY2017-10-081-1/+28
|
* Add per-param timeout option.J08nY2017-10-041-0/+1
|
* Add GP code interpretation as a gen_f option.J08nY2017-09-301-2/+3
|
* Add "offset_e state" param to gen_f and check_f.J08nY2017-09-301-1/+2
|
* Introduce HAS_ARG(args) macro.J08nY2017-09-291-2/+1
|
* Pass arg_t to check_f.J08nY2017-09-291-1/+3
|
* Add check_t that contains more check_f functions.J08nY2017-09-291-2/+9
|
* Rename check_t -> check_f.J08nY2017-09-291-2/+2
|
* Rename unroll_t -> unroll_f.J08nY2017-09-291-2/+2
|
* Rename gen_t -> gen_f.J08nY2017-09-291-2/+2
|
* Introduce check_t func.J08nY2017-09-292-2/+24
|
* Move some enums around, make a general seed_unroll.J08nY2017-09-202-10/+12
|
* Introduce seed_e to mark seed_t with generation algo.J08nY2017-09-191-1/+13
|
* Run clang-format.J08nY2017-09-191-3/+3
|
* Move some files into src/misc.J08nY2017-09-193-0/+232