aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Doxygen @file directives to heaer files missing them.J08nY2017-10-043-1/+9
|
* Add tests for timeout option.J08nY2017-10-041-5/+12
|
* Merge branch 'feature/alarm-timeout'J08nY2017-10-046-2/+120
|\
| * 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
|/
* Add GP interpreter check_f.J08nY2017-10-012-0/+66
|
* Add GP code interpretation as a gen_f option.J08nY2017-09-304-4/+144
|
* Add "offset_e state" param to gen_f and check_f.J08nY2017-09-305-8/+10
|
* Fix tautological compare in util/bits.c .J08nY2017-09-301-2/+2
|
* 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
|
* 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
|
* Cleanup includes.J08nY2017-09-197-11/+11
|
* Version bump.0.6.0J08nY2017-09-192-3/+3
|
* Run clang-format.J08nY2017-09-1912-27/+24
|
* Move some files into src/misc.J08nY2017-09-1926-26/+26
|
* Output seed in JSON format output.J08nY2017-09-195-11/+22
|
* Fix a segfault in ANSI generation, fix ISO C initializer braces.J08nY2017-09-192-1/+2
|
* Implement a,b generation for ANSI X9.62 algo, Fp version.J08nY2017-09-192-8/+38
|
* Fix ANSI X9.62 binary field generation method.J08nY2017-09-194-16/+47
|
* Fix some of the issues with ANSI X9.62 f2m equation generation.J08nY2017-09-173-49/+61
|
* Move some stuff from general seed_t handling in gen/seed.[ch] to ↵J08nY2017-09-1710-190/+193
| | | | exhaustive/ansi.[ch].
* Fix bits_to_hex and bits_to_bin.J08nY2017-09-171-2/+2
|
* Add parameterized tests for bits_sha1.J08nY2017-09-171-2/+4
|
* Implement W/b computation for ANSI X9.62.J08nY2017-09-171-0/+30
|
* Add concat functions to bits_t.J08nY2017-09-172-1/+56
|
* Remove binascii utilities, move seed manipulation to bits_t.J08nY2017-09-138-205/+82
|
* Add more utility functions to bits_t.J08nY2017-09-125-49/+115
|
* Implement bits_t, a bit string manipulation utility.J08nY2017-09-112-0/+387
|
* 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-316-33/+89
|
* Implement hashing of ANSI X9.62 seed.J08nY2017-08-314-23/+58
|
* Add utilities for PARI t_INT and char * conversion.J08nY2017-08-313-2/+85
|
* Use gtoset instead of sort and manual uniq algo.J08nY2017-08-311-11/+2
|
* Implement ANSI X9.62 stdin input + tests.J08nY2017-08-311-18/+19
|