| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixup issues in clang with pedantic. | J08nY | 2025-03-27 | 1 | -2/+2 |
| | | |||||
| * | Add option to specify order by factors. | J08nY | 2018-07-12 | 1 | -0/+10 |
| | | |||||
| * | Add direcory names to include guards. | J08nY | 2018-03-03 | 1 | -3/+3 |
| | | |||||
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add some more comments and docs, move exhaustive/seed.[ch] into math/ | J08nY | 2017-05-29 | 1 | -0/+14 |
| | | |||||
| * | Add notice about not finished/implemented parts to README | J08nY | 2017-05-20 | 1 | -3/+3 |
| | | | | | | | - Also to --help output - Also add notes about used libraries and their licenses - Fix CMake build by adding src/util/*.c | ||||
| * | Begin CM work | J08nY | 2017-04-21 | 1 | -0/+1 |
| | | |||||
| * | Fix binary field curve generation, move config into config.h | J08nY | 2017-04-07 | 1 | -42/+0 |
| | | |||||
| * | 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 | -1/+2 |
| | | |||||
| * | Added option to request no points on the curve | J08nY | 2017-03-25 | 1 | -1/+1 |
| | | | | | --points=none | ||||
| * | Rename and reformat | J08nY | 2017-03-09 | 1 | -0/+2 |
| | | |||||
| * | Default to prime points | J08nY | 2017-03-01 | 1 | -1/+1 |
| | | |||||
| * | Added requested points type option + count option | J08nY | 2017-03-01 | 1 | -0/+6 |
| | | |||||
| * | Added option to request uniquely generated curves. | J08nY | 2017-02-28 | 1 | -1/+8 |
| | | | | | -u --unique | ||||
| * | Optimized invalid curve generation, added optional args to gen_t | J08nY | 2017-02-16 | 1 | -1/+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 |
| | | |||||
| * | Implemented json output, also output format option (-t/--format) | J08nY | 2017-02-15 | 1 | -0/+2 |
| | | |||||
| * | Added point generation: | J08nY | 2017-02-14 | 1 | -0/+2 |
| | | | | | | | - Prime order points for all prime divisors of curve order (all prime subgroups) - Random points - Minimal set of generators of the whole group (one or two points) | ||||
| * | Seperated different generation methods into modules. | J08nY | 2017-02-09 | 1 | -0/+40 |
| - Added Koblitz curve generation. | |||||
