aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers.J08nY2017-08-307-67/+64
|
* Simplify rand range setting.J08nY2017-08-301-7/+2
|
* Add err output stream, default to stderr.J08nY2017-08-3010-36/+50
|
* Don't always read numbers as hexadecimal. Add tests for input.J08nY2017-08-301-4/+7
|
* Fix input_quit closing stdin.J08nY2017-08-301-1/+1
|
* Add tests for cli parsing.J08nY2017-08-301-1/+1
|
* Use correct allocation functions. Add try_free.J08nY2017-08-3010-22/+63
|
* More point tests and formating.J08nY2017-08-301-2/+2
|
* Refactor some of the subgroups code.J08nY2017-08-301-22/+32
|
* Fix subgroup order enumeration, that broke point enumeration for some curves.J08nY2017-08-301-35/+28
|
* Fix formatting.J08nY2017-08-291-2/+2
|
* Add first working test.J08nY2017-08-291-1/+1
|
* Refactor random_reseed from random_init.J08nY2017-07-201-1/+5
|
* Add proper support for Koblitz curves generation.J08nY2017-07-206-15/+33
|
* Some cleanup of unused stuff.J08nY2017-07-202-2/+18
|
* Fix some Makefile variables.J08nY2017-07-201-4/+4
|
* Fix Travis CI coverage testing.J08nY2017-07-191-1/+1
|
* Enable building with GCC test options for gcov.J08nY2017-07-191-0/+6
|
* Make --points=all not error for some edge cases.J08nY2017-06-081-21/+42
|
* Fix formatting and whitespace.J08nY2017-06-052-4/+3
|
* Fix errors in point generation, for "nonprime" points mainly.J08nY2017-06-054-51/+119
|
* Fix formatting.J08nY2017-06-014-7/+10
|
* Renamed a bunch of generators.J08nY2017-06-0112-46/+45
|
* Add generating of points on non-prime order subgroups of a curve.J08nY2017-06-019-164/+173
| | | | - Use --points=nonprime
* Move stuff related to generators to src/gen.J08nY2017-05-3129-27/+27
|
* Add some more comments and docs, move exhaustive/seed.[ch] into math/J08nY2017-05-2927-198/+221
|
* Remove unnecessary not-null checks in cli parsingJ08nY2017-05-291-54/+35
|
* Add order_gen_input, for reading pregenerated curve orderJ08nY2017-05-292-0/+25
|
* Add some more testsJ08nY2017-05-231-1/+5
|
* Added generating of points on all subgroups of a curve.J08nY2017-05-2314-26/+173
| | | | | - Use --points=all, the number of points can be quite large however, it's 2^(num of prime subgroups of the curve).
* Add GENERATOR and UNROLL macro, use themJ08nY2017-05-2315-117/+134
|
* Make debug macros really variadicJ08nY2017-05-231-7/+22
|
* Add notice about not finished/implemented parts to READMEJ08nY2017-05-204-37/+37
| | | | | | - Also to --help output - Also add notes about used libraries and their licenses - Fix CMake build by adding src/util/*.c
* Add debug logging with time, refactor allocationJ08nY2017-05-1915-155/+158
|
* Fix missing break in --threads handlingJ08nY2017-05-191-0/+1
|
* Fixed unrolls / unique generator curve generatonJ08nY2017-05-076-67/+77
| | | | | | - Also added some tests to catch some regressions like this early - Fixed double free in gens, also some funky stuff with gunclone and obj_free in curve_free
* Pad output hex to field size (both json and csv)J08nY2017-05-026-84/+108
|
* Raise precision in anomalous curve generationJ08nY2017-05-011-2/+2
|
* Merge branch 'cm'J08nY2017-05-0112-13/+718
|\
| * Insert the curve order to ell structure on anomalous_orderJ08nY2017-04-211-0/+1
| |
| * Add anomalous curve generationJ08nY2017-04-215-27/+102
| |
| * Begin CM workJ08nY2017-04-2112-14/+642
| |
* | Add some docs, move them to /docs, clean-up includesJ08nY2017-04-2715-36/+70
| |
* | Add output separators, invalid curve generation now outputs valid JSONJ08nY2017-04-265-45/+151
|/
* Fix some newlines.J08nY2017-04-202-3/+4
|
* Fix loading modular db (dont error when seadata not present)J08nY2017-04-191-1/+3
|
* Load modular polynomial db in main threadJ08nY2017-04-184-5/+31
|
* Version bump0.5.0J08nY2017-04-182-3/+3
|
* Change multi-threaded SEA back to general algoJ08nY2017-04-181-8/+1
|
* Try to fix multi-threaded SEAJ08nY2017-04-163-3/+35
|