| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix binary field curve generation, move config into config.h | J08nY | 2017-04-07 | 2 | -0/+2 |
| | | |||||
| * | ecgen v0.3: some cleanup and version bump | J08nY | 2017-02-19 | 1 | -4/+1 |
| | | |||||
| * | Optimized invalid curve generation, added optional args to gen_t | J08nY | 2017-02-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | - Optimized invalid curve generation - Invalid curve generation for secp256r1 now takes around 90minutes instead of 5hours as before - Optimized prime point generation(if only some small prime order points are needed -> points_primet) - Added a_once and b_once that prompt for parameter input and then set the input parameter repeatedly - Added optional args to gen_t functions - Integer input now ignores whitespace and doesnt errorneously prompt stdout when reading from file - Specified C standard(C11) + feature macros in code. | ||||
| * | Added some docs + Doxyfile | J08nY | 2017-02-15 | 1 | -0/+3 |
| | | |||||
| * | Add some TODOs, fix build | J08nY | 2017-02-15 | 1 | -1/+4 |
| | | |||||
| * | Properly split into submodules | J08nY | 2017-02-10 | 2 | -0/+11 |
| | | |||||
| * | Seperated different generation methods into modules. | J08nY | 2017-02-09 | 2 | -0/+13 |
| - Added Koblitz curve generation. | |||||
