aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add option to build ecgen with PARI linked statically.J08nY2018-07-161-0/+7
|
* Fix Makefile clean-all.J08nY2018-04-191-1/+1
|
* Fix codecov on Travis.J08nY2018-03-281-2/+7
|
* Drop CSV support.J08nY2018-02-271-1/+0
|
* Format and update README.J08nY2017-10-141-1/+5
|
* Fix travis releasing a binary wit coverage.J08nY2017-10-041-1/+0
|
* Add clean target to test/MakefileJ08nY2017-08-291-0/+1
|
* Add first working test.J08nY2017-08-291-0/+1
|
* Add Makefiles and CMakelists for tests.J08nY2017-08-291-2/+6
|
* Fix Makefile.J08nY2017-07-201-2/+2
|
* Fix some Makefile variables.J08nY2017-07-201-0/+1
|
* Fix Travis CI coverage testing.J08nY2017-07-191-0/+1
|
* Add basic testsJ08nY2017-04-111-2/+7
|
* Added multi-threading support to invalid curve generationJ08nY2017-04-091-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 MakefilesJ08nY2017-04-051-4/+5
|
* Added sha1 implementation for ANSI X9.62 verifiably random algo.J08nY2017-03-161-1/+6
|
* Added irreducibility check, equation_quit, gens_oneJ08nY2017-02-281-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.0J08nY2017-02-051-42/+10
|
* Makefile: add clean-allJ08nY2016-12-221-3/+5
|
* Fixed Makefile clean, added clean-gpJ08nY2016-12-211-1/+5
|
* Fixed gp2c compilation, fixed makefile, fixed gen.sh output filenameJ08nY2016-12-211-2/+2
|
* Split generated .c files into header and sourceJ08nY2016-12-211-16/+21
|
* Added MakefileJ08nY2016-12-211-0/+34