summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version0.6.1J08nY2017-10-043-4/+4
|
* Add Doxygen @file directives to heaer files missing them.J08nY2017-10-043-1/+9
|
* Add tests for ANSIX9.62 algo.J08nY2017-10-041-0/+7
|
* Add tests for timeout option.J08nY2017-10-042-5/+22
|
* Merge branch 'feature/alarm-timeout'J08nY2017-10-047-2/+121
|\
| * Update README.J08nY2017-10-041-0/+1
| |
| * Add per-param timeout option.J08nY2017-10-045-9/+46
| |
| * Properly implement timeout_start and timeout_stop.J08nY2017-10-042-21/+38
| |
| * Add timeout.[ch] and timeout macro.J08nY2017-10-043-0/+64
| |
* | Use verbose_log in exhaustive.cJ08nY2017-10-041-8/+6
|/
* Merge branch 'feature/gp-interp-check'J08nY2017-10-033-8/+179
|\
| * Add tests for gp interpretation check_f.J08nY2017-10-031-8/+113
| |
| * Add GP interpreter check_f.J08nY2017-10-012-0/+66
|/
* Merge branch 'feature/gp-interp-gen'J08nY2017-10-0110-24/+275
|\
| * Add GP code interpretation as a gen_f option.J08nY2017-09-305-4/+253
| |
| * Add "offset_e state" param to gen_f and check_f.J08nY2017-09-307-23/+25
|/
* Fix tautological compare in util/bits.c .J08nY2017-09-301-2/+2
|
* Update usage in README.J08nY2017-09-301-2/+2
|
* Merge branch 'fix/cofactor-bound'J08nY2017-09-301-8/+23
|\
| * Fixed generation with cofactor bound.J08nY2017-09-301-8/+23
|/ | | | | Might be slow, but should work. Needs to factor curve order. I wonder if I should store the factored curve order somewhere.
* Add new/create/free funcs for malloced exhaustive_t.J08nY2017-09-304-18/+86
|
* Add a test for --threads=auto.J08nY2017-09-291-0/+2
|
* Implement the curve non-zero discriminant as a check_f.J08nY2017-09-296-35/+60
|
* Remove gens_check_cofactor.J08nY2017-09-291-2/+0
|
* Introduce HAS_ARG(args) macro.J08nY2017-09-297-30/+16
|
* Pass arg_t to check_f.J08nY2017-09-293-4/+15
|
* Add check_t that contains more check_f functions.J08nY2017-09-295-6/+67
|
* Rename check_t -> check_f.J08nY2017-09-293-6/+6
|
* Rename unroll_t -> unroll_f.J08nY2017-09-296-10/+10
|
* Rename gen_t -> gen_f.J08nY2017-09-2911-44/+44
|
* Introduce check_t func.J08nY2017-09-2910-74/+132
|
* Fix switch statement for debug build.J08nY2017-09-231-0/+1
|
* Move some enums around, make a general seed_unroll.J08nY2017-09-209-50/+56
|
* Introduce seed_e to mark seed_t with generation algo.J08nY2017-09-193-11/+33
|
* Fix copying a curve with seed stored.J08nY2017-09-191-2/+2
|
* Format tests and cleanup includes.J08nY2017-09-196-21/+34
|
* Cleanup includes.J08nY2017-09-197-11/+11
|
* Version bump.0.6.0J08nY2017-09-193-4/+4
|
* Run clang-format.J08nY2017-09-1912-27/+24
|
* Update readme to reflect ANSI X9.62 merge.J08nY2017-09-191-1/+1
|
* Merge branch 'ansi-x962-algo'J08nY2017-09-1954-323/+1907
|\
| * Fix sh tests and silence cmake.J08nY2017-09-192-2/+2
| |
| * Move some files into src/misc.J08nY2017-09-1931-31/+31
| |
| * Output seed in JSON format output.J08nY2017-09-195-11/+22
| |
| * Fix a segfault in ANSI generation, fix ISO C initializer braces.J08nY2017-09-193-2/+2
| |
| * Implement a,b generation for ANSI X9.62 algo, Fp version.J08nY2017-09-193-10/+53
| |
| * Fix ANSI X9.62 binary field generation method.J08nY2017-09-195-20/+54
| |
| * Fix some of the issues with ANSI X9.62 f2m equation generation.J08nY2017-09-174-55/+70
| |
| * Move some stuff from general seed_t handling in gen/seed.[ch] to ↵J08nY2017-09-1712-355/+461
| | | | | | | | exhaustive/ansi.[ch].
| * Fix bits_to_hex and bits_to_bin.J08nY2017-09-171-2/+2
| |