| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unnecessary test data files.feature/drop-csv-support | J08nY | 2018-02-27 | 4 | -32/+0 |
| | | |||||
| * | Drop CSV support. | J08nY | 2018-02-27 | 3 | -37/+6 |
| | | |||||
| * | Fix Valgrind warnings about timeout struct allocations. | J08nY | 2018-02-03 | 1 | -1/+6 |
| | | | | | | | - Make them dynamically allocated, per thread, not on stack. - Also fix a small invalid read of deallocated generator point. | ||||
| * | Compute twist order, as it is obviously known. | J08nY | 2018-01-19 | 1 | -3/+6 |
| | | |||||
| * | Add a set of Koblitz curves to be searched to speedup order computation. | J08nY | 2018-01-19 | 1 | -7/+5 |
| | | | | | | | - There is not a lot of Koblitz curves out there, so they can be easily enumerated for the interesting field sizes and their orders computed offline. | ||||
| * | Add some more basic tests for coverage. | J08nY | 2018-01-18 | 7 | -1/+174 |
| | | |||||
| * | Add curve twists to CLI and update options in README. | J08nY | 2018-01-18 | 2 | -9/+18 |
| | | |||||
| * | Add utilities to create random curve twists. | J08nY | 2018-01-18 | 1 | -0/+48 |
| | | |||||
| * | Fix binary curve generation. | J08nY | 2018-01-18 | 1 | -1/+1 |
| | | |||||
| * | Fix running out of stack in embedding degree computation. | J08nY | 2017-12-20 | 1 | -6/+24 |
| | | | | | - It is a simple Fp_order computation, why the dumb algo? :D | ||||
| * | Only do a short test on Travis. | J08nY | 2017-12-18 | 1 | -1/+6 |
| | | |||||
| * | Add more Brainpool tests, fix some. | J08nY | 2017-12-18 | 1 | -0/+8 |
| | | |||||
| * | Make Travis wait for the slow unittests. | J08nY | 2017-12-17 | 1 | -1/+1 |
| | | |||||
| * | Do not skip Brainpool RFC tests. | J08nY | 2017-12-17 | 2 | -2/+1 |
| | | |||||
| * | Add seadata to Travis.feature/brainpool-algo | J08nY | 2017-12-17 | 2 | -2/+2 |
| | | |||||
| * | Skip Brainpool RFC tests. | J08nY | 2017-12-17 | 1 | -1/+1 |
| | | |||||
| * | Fix gens_get_embedding and brainpool RFC generation. | J08nY | 2017-12-17 | 2 | -3/+6 |
| | | | | | | - The Brainpool RFC generation still uses way too much stack, so it is likely leaking it somewhere, but not sure where. | ||||
| * | Allow larger PARI stack for tests. | J08nY | 2017-12-17 | 1 | -1/+1 |
| | | |||||
| * | Fix some errors in brainpool rfc generation (4/7 RFC curves pass). | J08nY | 2017-12-17 | 3 | -24/+80 |
| | | |||||
| * | Fix brainpool(+RFC) generation of primes. | J08nY | 2017-12-15 | 3 | -5/+175 |
| | | |||||
| * | Add basis of brainpool RFC generation (equation part). | J08nY | 2017-12-14 | 2 | -3/+5 |
| | | |||||
| * | Fix brainpool hashing algo. | J08nY | 2017-12-13 | 1 | -0/+15 |
| | | |||||
| * | Add tests for brainpool generation, and fix it. | J08nY | 2017-12-13 | 4 | -15/+107 |
| | | |||||
| * | Fix unit tests failing wih DDEBUG. | J08nY | 2017-12-13 | 1 | -1/+5 |
| | | |||||
| * | Implement base of brainpool algo. | J08nY | 2017-12-13 | 3 | -10/+28 |
| | | |||||
| * | Add bits_from_i_len util function. | J08nY | 2017-11-08 | 1 | -0/+11 |
| | | |||||
| * | Add hex check to cli. | J08nY | 2017-10-19 | 1 | -0/+5 |
| | | |||||
| * | 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 | 2 | -1/+139 |
| | | |||||
| * | Cleanup includes and test setup/teardown. | J08nY | 2017-10-17 | 2 | -32/+4 |
| | | |||||
| * | Add tests for order.c. | J08nY | 2017-10-17 | 2 | -3/+100 |
| | | |||||
| * | Add several check_fs for standard security requirements. | J08nY | 2017-10-17 | 5 | -16/+165 |
| | | | | | | | - 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 |
| | | |||||
| * | Add lib/CMakeLists.txt. | J08nY | 2017-10-14 | 1 | -2/+7 |
| | | |||||
| * | Format and update README. | J08nY | 2017-10-14 | 7 | -68/+124 |
| | | |||||
| * | Make config_t *cfg a global variable. | J08nY | 2017-10-14 | 8 | -104/+71 |
| | | | | | | | 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. | ||||
| * | Fix travis releasing a binary wit coverage. | J08nY | 2017-10-04 | 2 | -4/+6 |
| | | |||||
| * | Add tests for ANSIX9.62 algo. | J08nY | 2017-10-04 | 1 | -0/+7 |
| | | |||||
| * | Add tests for timeout option. | J08nY | 2017-10-04 | 1 | -0/+10 |
| | | |||||
| * | 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 | 2 | -15/+15 |
| | | |||||
| * | Add a test for --threads=auto. | J08nY | 2017-09-29 | 1 | -0/+2 |
| | | |||||
| * | Format tests and cleanup includes. | J08nY | 2017-09-19 | 6 | -21/+34 |
| | | |||||
| * | Fix sh tests and silence cmake. | J08nY | 2017-09-19 | 2 | -2/+2 |
| | | |||||
| * | Move some files into src/misc. | J08nY | 2017-09-19 | 4 | -4/+4 |
| | | |||||
| * | Fix a segfault in ANSI generation, fix ISO C initializer braces. | J08nY | 2017-09-19 | 1 | -1/+0 |
| | | |||||
| * | Implement a,b generation for ANSI X9.62 algo, Fp version. | J08nY | 2017-09-19 | 1 | -2/+15 |
| | | |||||
| * | Fix ANSI X9.62 binary field generation method. | J08nY | 2017-09-19 | 1 | -4/+7 |
| | | |||||
