| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Implement base of brainpool algo. | J08nY | 2017-12-13 | 1 | -22/+5 |
| | | |||||
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 1 | -6/+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. | ||||
| * | Add "offset_e state" param to gen_f and check_f. | J08nY | 2017-09-30 | 1 | -2/+2 |
| | | |||||
| * | Introduce check_t func. | J08nY | 2017-09-29 | 1 | -4/+7 |
| | | |||||
| * | Move some enums around, make a general seed_unroll. | J08nY | 2017-09-20 | 1 | -5/+0 |
| | | |||||
| * | Introduce seed_e to mark seed_t with generation algo. | J08nY | 2017-09-19 | 1 | -10/+14 |
| | | |||||
| * | Cleanup includes. | J08nY | 2017-09-19 | 1 | -3/+4 |
| | | |||||
| * | Run clang-format. | J08nY | 2017-09-19 | 1 | -10/+12 |
| | | |||||
| * | Move some files into src/misc. | J08nY | 2017-09-19 | 1 | -2/+2 |
| | | |||||
| * | Output seed in JSON format output. | J08nY | 2017-09-19 | 1 | -1/+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 | 1 | -9/+18 |
| | | |||||
| * | 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 ↵ | J08nY | 2017-09-17 | 1 | -0/+134 |
| exhaustive/ansi.[ch]. | |||||
