| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'feature/alarm-timeout' | J08nY | 2017-10-04 | 1 | -1/+10 |
| |\ |
|
| | * | Add per-param timeout option. | J08nY | 2017-10-04 | 1 | -1/+10 |
| * | | Use verbose_log in exhaustive.c | J08nY | 2017-10-04 | 1 | -8/+6 |
| |/ |
|
| * | Add GP code interpretation as a gen_f option. | J08nY | 2017-09-30 | 1 | -2/+2 |
| * | Add "offset_e state" param to gen_f and check_f. | J08nY | 2017-09-30 | 2 | -4/+5 |
| * | Add new/create/free funcs for malloced exhaustive_t. | J08nY | 2017-09-30 | 2 | -1/+62 |
| * | Implement the curve non-zero discriminant as a check_f. | J08nY | 2017-09-29 | 3 | -12/+37 |
| * | Introduce HAS_ARG(args) macro. | J08nY | 2017-09-29 | 3 | -12/+9 |
| * | Pass arg_t to check_f. | J08nY | 2017-09-29 | 1 | -3/+8 |
| * | Add check_t that contains more check_f functions. | J08nY | 2017-09-29 | 4 | -4/+58 |
| * | Rename check_t -> check_f. | J08nY | 2017-09-29 | 2 | -4/+4 |
| * | Rename unroll_t -> unroll_f. | J08nY | 2017-09-29 | 2 | -5/+5 |
| * | Rename gen_t -> gen_f. | J08nY | 2017-09-29 | 3 | -7/+7 |
| * | Introduce check_t func. | J08nY | 2017-09-29 | 3 | -33/+55 |
| * | Move some enums around, make a general seed_unroll. | J08nY | 2017-09-20 | 3 | -28/+22 |
| * | Introduce seed_e to mark seed_t with generation algo. | J08nY | 2017-09-19 | 1 | -10/+14 |
| * | Cleanup includes. | J08nY | 2017-09-19 | 3 | -5/+11 |
| * | Run clang-format. | J08nY | 2017-09-19 | 4 | -13/+15 |
| * | Move some files into src/misc. | J08nY | 2017-09-19 | 6 | -7/+7 |
| * | Output seed in JSON format output. | J08nY | 2017-09-19 | 2 | -3/+3 |
| * | Fix a segfault in ANSI generation, fix ISO C initializer braces. | J08nY | 2017-09-19 | 1 | -0/+1 |
| * | Implement a,b generation for ANSI X9.62 algo, Fp version. | J08nY | 2017-09-19 | 1 | -8/+37 |
| * | Fix ANSI X9.62 binary field generation method. | J08nY | 2017-09-19 | 3 | -10/+34 |
| * | Fix some of the issues with ANSI X9.62 f2m equation generation. | J08nY | 2017-09-17 | 1 | -42/+58 |
| * | Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/a... | J08nY | 2017-09-17 | 3 | -7/+186 |
| * | Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers. | J08nY | 2017-08-30 | 1 | -2/+1 |
| * | Add err output stream, default to stderr. | J08nY | 2017-08-30 | 2 | -4/+4 |
| * | Use correct allocation functions. Add try_free. | J08nY | 2017-08-30 | 2 | -4/+4 |
| * | Fix formatting. | J08nY | 2017-08-29 | 1 | -2/+2 |
| * | Add proper support for Koblitz curves generation. | J08nY | 2017-07-20 | 1 | -1/+11 |
| * | Fix formatting. | J08nY | 2017-06-01 | 1 | -1/+0 |
| * | Renamed a bunch of generators. | J08nY | 2017-06-01 | 3 | -15/+16 |
| * | Add generating of points on non-prime order subgroups of a curve. | J08nY | 2017-06-01 | 1 | -0/+4 |
| * | Move stuff related to generators to src/gen. | J08nY | 2017-05-31 | 5 | -10/+54 |
| * | Add some more comments and docs, move exhaustive/seed.[ch] into math/ | J08nY | 2017-05-29 | 5 | -191/+34 |
| * | Added generating of points on all subgroups of a curve. | J08nY | 2017-05-23 | 1 | -0/+3 |
| * | Add GENERATOR and UNROLL macro, use them | J08nY | 2017-05-23 | 1 | -19/+23 |
| * | Add debug logging with time, refactor allocation | J08nY | 2017-05-19 | 3 | -34/+15 |
| * | Fixed unrolls / unique generator curve generaton | J08nY | 2017-05-07 | 1 | -50/+50 |
| * | Pad output hex to field size (both json and csv) | J08nY | 2017-05-02 | 1 | -4/+6 |
| * | Raise precision in anomalous curve generation | J08nY | 2017-05-01 | 1 | -2/+2 |
| * | Merge branch 'cm' | J08nY | 2017-05-01 | 4 | -3/+241 |
| |\ |
|
| | * | Insert the curve order to ell structure on anomalous_order | J08nY | 2017-04-21 | 1 | -0/+1 |
| | * | Add anomalous curve generation | J08nY | 2017-04-21 | 3 | -27/+97 |
| | * | Begin CM work | J08nY | 2017-04-21 | 4 | -2/+169 |
| * | | Add some docs, move them to /docs, clean-up includes | J08nY | 2017-04-27 | 2 | -2/+1 |
| * | | Add output separators, invalid curve generation now outputs valid JSON | J08nY | 2017-04-26 | 1 | -0/+6 |
| |/ |
|
| * | Remove too verbose debug log | J08nY | 2017-04-11 | 1 | -1/+0 |
| * | Added unroll functions, to generalize going back in exhaustive generation | J08nY | 2017-04-10 | 2 | -15/+43 |
| * | Fixed exhaustive curve generation for params with no curve | J08nY | 2017-04-10 | 1 | -1/+3 |