aboutsummaryrefslogtreecommitdiff
path: root/src/io/cli.c
Commit message (Expand)AuthorAgeFilesLines
* Add basis of brainpool RFC generation (equation part).J08nY2017-12-141-34/+48
* Implement base of brainpool algo.J08nY2017-12-131-4/+20
* Move some enums around, make a general seed_unroll.J08nY2017-11-081-1/+0
* Add hex check to cli.J08nY2017-10-191-1/+32
* Cleanup the CLI options parsing and enums a bit.J08nY2017-10-191-140/+178
* Make config_t *cfg a global variable.J08nY2017-10-141-2/+0
* Add tests for timeout option.J08nY2017-10-041-5/+12
* Add per-param timeout option.J08nY2017-10-041-1/+20
* Introduce check_t func.J08nY2017-09-291-3/+4
* Move some enums around, make a general seed_unroll.J08nY2017-09-201-7/+10
* Cleanup includes.J08nY2017-09-191-1/+0
* Run clang-format.J08nY2017-09-191-5/+4
* Move some files into src/misc.J08nY2017-09-191-1/+1
* Output seed in JSON format output.J08nY2017-09-191-7/+7
* Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/a...J08nY2017-09-171-2/+2
* Remove binascii utilities, move seed manipulation to bits_t.J08nY2017-09-131-4/+2
* Paritially implement W computation in ANSI X9.62 algo.J08nY2017-09-071-0/+2
* Implement hashing of ANSI X9.62 seed.J08nY2017-08-311-2/+2
* Add tests for cli parsing.J08nY2017-08-301-1/+1
* Add proper support for Koblitz curves generation.J08nY2017-07-201-2/+9
* Add generating of points on non-prime order subgroups of a curve.J08nY2017-06-011-5/+7
* Remove unnecessary not-null checks in cli parsingJ08nY2017-05-291-54/+35
* Added generating of points on all subgroups of a curve.J08nY2017-05-231-4/+9
* Add notice about not finished/implemented parts to READMEJ08nY2017-05-201-29/+29
* Fix missing break in --threads handlingJ08nY2017-05-191-0/+1
* Pad output hex to field size (both json and csv)J08nY2017-05-021-0/+2
* Merge branch 'cm'J08nY2017-05-011-5/+20
|\
| * Begin CM workJ08nY2017-04-211-5/+20
* | Add some docs, move them to /docs, clean-up includesJ08nY2017-04-271-1/+0
|/
* Moved curve output in multi-threaded invalid curve generation to master threadJ08nY2017-04-101-1/+1
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-12/+49
* Fix binary field curve generation, move config into config.hJ08nY2017-04-071-0/+1
* Fix curve generation over binary fields, cleanup CMakelistsJ08nY2017-04-061-1/+1
* Fix some leaks, add option to specify PARI stack sizeJ08nY2017-04-051-3/+23
* Added option to request no points on the curveJ08nY2017-03-251-1/+3
* Fixed generation with cofactor.J08nY2017-03-251-0/+1
* Rename and reformatJ08nY2017-03-091-57/+83
* Added requested points type option + count optionJ08nY2017-03-011-2/+19
* Added option to request uniquely generated curves.J08nY2017-02-281-66/+61
* Optimized invalid curve generation, added optional args to gen_tJ08nY2017-02-161-15/+28
* Implemented json output, also output format option (-t/--format)J08nY2017-02-151-24/+41
* Added point generation:J08nY2017-02-141-14/+22
* Implemented invalid curve generationJ08nY2017-02-141-15/+15
* cli: Fix help find&replace error.J08nY2017-02-131-1/+1
* Properly split into submodulesJ08nY2017-02-101-26/+26
* Seperated different generation methods into modules.J08nY2017-02-091-0/+139