| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add basis of brainpool RFC generation (equation part). | J08nY | 2017-12-14 | 1 | -34/+48 |
| * | Implement base of brainpool algo. | J08nY | 2017-12-13 | 1 | -4/+20 |
| * | Move some enums around, make a general seed_unroll. | J08nY | 2017-11-08 | 1 | -1/+0 |
| * | Add hex check to cli. | J08nY | 2017-10-19 | 1 | -1/+32 |
| * | Cleanup the CLI options parsing and enums a bit. | J08nY | 2017-10-19 | 1 | -140/+178 |
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 1 | -2/+0 |
| * | Add tests for timeout option. | J08nY | 2017-10-04 | 1 | -5/+12 |
| * | Add per-param timeout option. | J08nY | 2017-10-04 | 1 | -1/+20 |
| * | Introduce check_t func. | J08nY | 2017-09-29 | 1 | -3/+4 |
| * | Move some enums around, make a general seed_unroll. | J08nY | 2017-09-20 | 1 | -7/+10 |
| * | Cleanup includes. | J08nY | 2017-09-19 | 1 | -1/+0 |
| * | Run clang-format. | J08nY | 2017-09-19 | 1 | -5/+4 |
| * | Move some files into src/misc. | J08nY | 2017-09-19 | 1 | -1/+1 |
| * | Output seed in JSON format output. | J08nY | 2017-09-19 | 1 | -7/+7 |
| * | Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/a... | J08nY | 2017-09-17 | 1 | -2/+2 |
| * | Remove binascii utilities, move seed manipulation to bits_t. | J08nY | 2017-09-13 | 1 | -4/+2 |
| * | Paritially implement W computation in ANSI X9.62 algo. | J08nY | 2017-09-07 | 1 | -0/+2 |
| * | Implement hashing of ANSI X9.62 seed. | J08nY | 2017-08-31 | 1 | -2/+2 |
| * | Add tests for cli parsing. | J08nY | 2017-08-30 | 1 | -1/+1 |
| * | Add proper support for Koblitz curves generation. | J08nY | 2017-07-20 | 1 | -2/+9 |
| * | Add generating of points on non-prime order subgroups of a curve. | J08nY | 2017-06-01 | 1 | -5/+7 |
| * | Remove unnecessary not-null checks in cli parsing | J08nY | 2017-05-29 | 1 | -54/+35 |
| * | Added generating of points on all subgroups of a curve. | J08nY | 2017-05-23 | 1 | -4/+9 |
| * | Add notice about not finished/implemented parts to README | J08nY | 2017-05-20 | 1 | -29/+29 |
| * | Fix missing break in --threads handling | J08nY | 2017-05-19 | 1 | -0/+1 |
| * | Pad output hex to field size (both json and csv) | J08nY | 2017-05-02 | 1 | -0/+2 |
| * | Merge branch 'cm' | J08nY | 2017-05-01 | 1 | -5/+20 |
| |\ |
|
| | * | Begin CM work | J08nY | 2017-04-21 | 1 | -5/+20 |
| * | | Add some docs, move them to /docs, clean-up includes | J08nY | 2017-04-27 | 1 | -1/+0 |
| |/ |
|
| * | Moved curve output in multi-threaded invalid curve generation to master thread | J08nY | 2017-04-10 | 1 | -1/+1 |
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 1 | -12/+49 |
| * | Fix binary field curve generation, move config into config.h | J08nY | 2017-04-07 | 1 | -0/+1 |
| * | Fix curve generation over binary fields, cleanup CMakelists | J08nY | 2017-04-06 | 1 | -1/+1 |
| * | Fix some leaks, add option to specify PARI stack size | J08nY | 2017-04-05 | 1 | -3/+23 |
| * | Added option to request no points on the curve | J08nY | 2017-03-25 | 1 | -1/+3 |
| * | Fixed generation with cofactor. | J08nY | 2017-03-25 | 1 | -0/+1 |
| * | Rename and reformat | J08nY | 2017-03-09 | 1 | -57/+83 |
| * | Added requested points type option + count option | J08nY | 2017-03-01 | 1 | -2/+19 |
| * | Added option to request uniquely generated curves. | J08nY | 2017-02-28 | 1 | -66/+61 |
| * | Optimized invalid curve generation, added optional args to gen_t | J08nY | 2017-02-16 | 1 | -15/+28 |
| * | Implemented json output, also output format option (-t/--format) | J08nY | 2017-02-15 | 1 | -24/+41 |
| * | Added point generation: | J08nY | 2017-02-14 | 1 | -14/+22 |
| * | Implemented invalid curve generation | J08nY | 2017-02-14 | 1 | -15/+15 |
| * | cli: Fix help find&replace error. | J08nY | 2017-02-13 | 1 | -1/+1 |
| * | Properly split into submodules | J08nY | 2017-02-10 | 1 | -26/+26 |
| * | Seperated different generation methods into modules. | J08nY | 2017-02-09 | 1 | -0/+139 |