summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* 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 exhaustive/a...J08nY2017-09-1712-355/+461
| * Fix bits_to_hex and bits_to_bin.J08nY2017-09-171-2/+2
| * Add parameterized tests for bits_sha1.J08nY2017-09-175-10/+70
| * Add example data from ANSI X9.62 for prime field case.J08nY2017-09-171-0/+72
| * Implement W/b computation for ANSI X9.62.J08nY2017-09-172-2/+32
| * Add concat functions to bits_t.J08nY2017-09-173-116/+188
| * Try to ignore tests in codecov.J08nY2017-09-131-4/+3
| * Remove binascii utilities, move seed manipulation to bits_t.J08nY2017-09-1311-287/+107
| * Add more utility functions to bits_t.J08nY2017-09-126-49/+196
| * Implement bits_t, a bit string manipulation utility.J08nY2017-09-113-0/+733
| * Make some memory functions take a const pointer.J08nY2017-09-112-4/+4
| * Paritially implement W computation in ANSI X9.62 algo.J08nY2017-09-075-2/+23
| * Fix hashing of ANSI X9.62 seed.J08nY2017-08-318-51/+131
| * Implement hashing of ANSI X9.62 seed.J08nY2017-08-315-36/+72
| * Add utilities for PARI t_INT and char * conversion.J08nY2017-08-314-2/+139