| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add option to specify order by factors. | J08nY | 2018-07-12 | 1 | -2/+26 |
| * | Use exhaustive generation of some params in CM generation. | J08nY | 2018-07-09 | 1 | -1/+1 |
| * | Fix computation of embedding degree. | J08nY | 2018-07-04 | 1 | -1/+1 |
| * | Fix setting --points=none. | J08nY | 2018-07-04 | 1 | -4/+1 |
| * | Add method for generating supersingular curves. | J08nY | 2018-07-02 | 1 | -39/+50 |
| * | Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc). | J08nY | 2018-06-30 | 1 | -1/+8 |
| * | Add check that bits in argument are indeed a number. | J08nY | 2018-06-28 | 1 | -1/+5 |
| * | Fix PARI stack leak in custom CM method. | J08nY | 2018-04-22 | 1 | -1/+2 |
| * | Bump version.0.7.0 | J08nY | 2018-04-10 | 1 | -1/+1 |
| * | Properly handle edge-cases for CM method. | J08nY | 2018-04-09 | 1 | -0/+4 |
| * | Add option to generate invalid curves with a range of orders. | J08nY | 2018-03-28 | 1 | -29/+9 |
| * | Add option to generate only some parameters randomly and input others. | J08nY | 2018-03-24 | 1 | -2/+23 |
| * | Rewrite generator and point generation code. | J08nY | 2018-03-03 | 1 | -13/+2 |
| * | Drop CSV support. | J08nY | 2018-02-27 | 1 | -12/+1 |
| * | Cleanup includes.0.6.4 | J08nY | 2018-01-18 | 1 | -1/+0 |
| * | Add curve twists to CLI and update options in README. | J08nY | 2018-01-18 | 1 | -1/+7 |
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| * | Add basis of brainpool RFC generation (equation part). | J08nY | 2017-12-14 | 1 | -34/+48 |
| * | Implement base of brainpool algo. | J08nY | 2017-12-13 | 1 | -4/+20 |
| * | Move some enums around, make a general seed_unroll. | J08nY | 2017-11-08 | 1 | -1/+0 |
| * | Add hex check to cli. | J08nY | 2017-10-19 | 1 | -1/+32 |
| * | Cleanup the CLI options parsing and enums a bit. | J08nY | 2017-10-19 | 1 | -140/+178 |
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 1 | -2/+0 |
| * | Add tests for timeout option. | J08nY | 2017-10-04 | 1 | -5/+12 |
| * | Add per-param timeout option. | J08nY | 2017-10-04 | 1 | -1/+20 |
| * | Introduce check_t func. | J08nY | 2017-09-29 | 1 | -3/+4 |
| * | Move some enums around, make a general seed_unroll. | J08nY | 2017-09-20 | 1 | -7/+10 |
| * | Cleanup includes. | J08nY | 2017-09-19 | 1 | -1/+0 |
| * | Run clang-format. | J08nY | 2017-09-19 | 1 | -5/+4 |
| * | Move some files into src/misc. | J08nY | 2017-09-19 | 1 | -1/+1 |
| * | Output seed in JSON format output. | J08nY | 2017-09-19 | 1 | -7/+7 |
| * | Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/a... | J08nY | 2017-09-17 | 1 | -2/+2 |
| * | Remove binascii utilities, move seed manipulation to bits_t. | J08nY | 2017-09-13 | 1 | -4/+2 |
| * | Paritially implement W computation in ANSI X9.62 algo. | J08nY | 2017-09-07 | 1 | -0/+2 |
| * | Implement hashing of ANSI X9.62 seed. | J08nY | 2017-08-31 | 1 | -2/+2 |
| * | Add tests for cli parsing. | J08nY | 2017-08-30 | 1 | -1/+1 |
| * | Add proper support for Koblitz curves generation. | J08nY | 2017-07-20 | 1 | -2/+9 |
| * | Add generating of points on non-prime order subgroups of a curve. | J08nY | 2017-06-01 | 1 | -5/+7 |
| * | Remove unnecessary not-null checks in cli parsing | J08nY | 2017-05-29 | 1 | -54/+35 |
| * | Added generating of points on all subgroups of a curve. | J08nY | 2017-05-23 | 1 | -4/+9 |
| * | Add notice about not finished/implemented parts to README | J08nY | 2017-05-20 | 1 | -29/+29 |
| * | Fix missing break in --threads handling | J08nY | 2017-05-19 | 1 | -0/+1 |
| * | Pad output hex to field size (both json and csv) | J08nY | 2017-05-02 | 1 | -0/+2 |
| * | Merge branch 'cm' | J08nY | 2017-05-01 | 1 | -5/+20 |
| |\ |
|
| | * | Begin CM work | J08nY | 2017-04-21 | 1 | -5/+20 |
| * | | Add some docs, move them to /docs, clean-up includes | J08nY | 2017-04-27 | 1 | -1/+0 |
| |/ |
|
| * | Moved curve output in multi-threaded invalid curve generation to master thread | J08nY | 2017-04-10 | 1 | -1/+1 |
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 1 | -12/+49 |
| * | Fix binary field curve generation, move config into config.h | J08nY | 2017-04-07 | 1 | -0/+1 |
| * | Fix curve generation over binary fields, cleanup CMakelists | J08nY | 2017-04-06 | 1 | -1/+1 |