aboutsummaryrefslogtreecommitdiff
path: root/src/misc/types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add KSS curve generation.J08nY2024-12-011-0/+2
|
* Add curve family generation.J08nY2024-12-011-0/+3
|
* Add conductor computation.J08nY2019-08-021-0/+1
|
* Add util directory and jq script to transform into CSV.J08nY2018-06-301-2/+0
|
* Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc).J08nY2018-06-301-0/+16
|
* Add direcory names to include guards.J08nY2018-03-031-3/+3
|
* Refactor point generation tests.J08nY2018-03-031-2/+2
|
* Rewrite generator and point generation code.J08nY2018-03-031-8/+16
|
* Fix some memory leaks in threaded invalid generation.J08nY2018-02-031-0/+2
|
* Update copyright year.J08nY2018-01-011-1/+1
|
* 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
|
* Format and update README.J08nY2017-10-141-2/+2
|
* Make config_t *cfg a global variable.J08nY2017-10-141-10/+2
| | | | | | 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 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-291-2/+22
|
* Move some enums around, make a general seed_unroll.J08nY2017-09-201-7/+1
|
* 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-191-0/+156