| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add clean target to test/Makefile | J08nY | 2017-08-29 | 1 | -0/+1 |
| | | |||||
| * | Add first working test. | J08nY | 2017-08-29 | 1 | -0/+1 |
| | | |||||
| * | Add Makefiles and CMakelists for tests. | J08nY | 2017-08-29 | 1 | -2/+6 |
| | | |||||
| * | Fix Makefile. | J08nY | 2017-07-20 | 1 | -2/+2 |
| | | |||||
| * | Fix some Makefile variables. | J08nY | 2017-07-20 | 1 | -0/+1 |
| | | |||||
| * | Fix Travis CI coverage testing. | J08nY | 2017-07-19 | 1 | -0/+1 |
| | | |||||
| * | Add basic tests | J08nY | 2017-04-11 | 1 | -2/+7 |
| | | |||||
| * | Added multi-threading support to invalid curve generation | J08nY | 2017-04-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | Invalid curve generation now supports multi-threading via pthreads, use the --threads= option. - Changed some function params to const, where possible. - Added *_new_copy, *_clone and *_new_clone functions to curve_t*, point_t* and point_t** - Made cfg->bits unsigned long - Made order_any gcopy the generated order(as it can be a clone and screw up stuff later) | ||||
| * | Clean up Makefiles | J08nY | 2017-04-05 | 1 | -4/+5 |
| | | |||||
| * | Added sha1 implementation for ANSI X9.62 verifiably random algo. | J08nY | 2017-03-16 | 1 | -1/+6 |
| | | |||||
| * | Added irreducibility check, equation_quit, gens_one | J08nY | 2017-02-28 | 1 | -1/+21 |
| | | | | | | | | - irreducibility check in field_input for f2m - equation_quit frees stuff possibly allocated by a_once and b_once - gens_one requests the curve to have only one generator - renamed some base generators to _any from _init, as they dont really init anythong, just do no checks | ||||
| * | ecgen v0.2: major rewrite0.2.0 | J08nY | 2017-02-05 | 1 | -42/+10 |
| | | |||||
| * | Makefile: add clean-all | J08nY | 2016-12-22 | 1 | -3/+5 |
| | | |||||
| * | Fixed Makefile clean, added clean-gp | J08nY | 2016-12-21 | 1 | -1/+5 |
| | | |||||
| * | Fixed gp2c compilation, fixed makefile, fixed gen.sh output filename | J08nY | 2016-12-21 | 1 | -2/+2 |
| | | |||||
| * | Split generated .c files into header and source | J08nY | 2016-12-21 | 1 | -16/+21 |
| | | |||||
| * | Added Makefile | J08nY | 2016-12-21 | 1 | -0/+34 |
