| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup the CLI options parsing and enums a bit. | J08nY | 2017-10-19 | 1 | -6/+0 |
| | | |||||
| * | Add check_f for a string in the hex expansion of a curve param. | J08nY | 2017-10-17 | 1 | -0/+138 |
| | | |||||
| * | Add tests for order.c. | J08nY | 2017-10-17 | 2 | -3/+100 |
| | | |||||
| * | Add several check_fs for standard security requirements. | J08nY | 2017-10-17 | 3 | -16/+138 |
| | | | | | | | - Check for trace one(anomalous) curve, check for multiplicative transfer(embedding degree), factors of generator order and cm discriminant. | ||||
| * | Add tests for field.c. | J08nY | 2017-10-15 | 2 | -4/+205 |
| | | |||||
| * | Add tests for equation.c. | J08nY | 2017-10-15 | 1 | -0/+118 |
| | | |||||
| * | Format and update README. | J08nY | 2017-10-14 | 1 | -62/+113 |
| | | |||||
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 2 | -44/+22 |
| | | | | | | | 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 tests for gp interpretation check_f. | J08nY | 2017-10-03 | 1 | -8/+113 |
| | | |||||
| * | Add GP code interpretation as a gen_f option. | J08nY | 2017-09-30 | 1 | -0/+109 |
| | | |||||
| * | Add "offset_e state" param to gen_f and check_f. | J08nY | 2017-09-30 | 1 | -6/+6 |
| | | |||||
| * | Move some stuff from general seed_t handling in gen/seed.[ch] to ↵ | J08nY | 2017-09-17 | 1 | -165/+0 |
| | | | | | exhaustive/ansi.[ch]. | ||||
| * | Add example data from ANSI X9.62 for prime field case. | J08nY | 2017-09-17 | 1 | -0/+72 |
| | | |||||
| * | Implement W/b computation for ANSI X9.62. | J08nY | 2017-09-17 | 1 | -2/+2 |
| | | |||||
| * | Remove binascii utilities, move seed manipulation to bits_t. | J08nY | 2017-09-13 | 1 | -13/+11 |
| | | |||||
| * | Fix hashing of ANSI X9.62 seed. | J08nY | 2017-08-31 | 1 | -4/+13 |
| | | |||||
| * | Implement hashing of ANSI X9.62 seed. | J08nY | 2017-08-31 | 1 | -13/+14 |
| | | |||||
| * | Implement ANSI X9.62 stdin input + tests. | J08nY | 2017-08-31 | 1 | -4/+52 |
| | | |||||
| * | Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers. | J08nY | 2017-08-30 | 2 | -1/+38 |
| | | |||||
| * | Add tests for all point generation functions. | J08nY | 2017-08-30 | 1 | -2/+95 |
| | | |||||
| * | More point tests and formating. | J08nY | 2017-08-30 | 1 | -7/+34 |
| | | |||||
| * | Add tests for point generation. | J08nY | 2017-08-30 | 1 | -0/+49 |
