summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add hex check to cli.J08nY2017-10-191-0/+5
|
* Cleanup the CLI options parsing and enums a bit.J08nY2017-10-191-6/+0
|
* Add check_f for a string in the hex expansion of a curve param.J08nY2017-10-172-1/+139
|
* Cleanup includes and test setup/teardown.J08nY2017-10-172-32/+4
|
* Add tests for order.c.J08nY2017-10-172-3/+100
|
* Add several check_fs for standard security requirements.J08nY2017-10-175-16/+165
| | | | | | - Check for trace one(anomalous) curve, check for multiplicative transfer(embedding degree), factors of generator order and cm discriminant.
* Add tests for field.c.J08nY2017-10-152-4/+205
|
* Add tests for equation.c.J08nY2017-10-151-0/+118
|
* Add lib/CMakeLists.txt.J08nY2017-10-141-2/+7
|
* Format and update README.J08nY2017-10-147-68/+124
|
* Make config_t *cfg a global variable.J08nY2017-10-148-104/+71
| | | | | | The config is setup from parsing CLI options and then doesn't change for the whole duration of running ecgen, so it makes sense to make it a global variable.
* Fix travis releasing a binary wit coverage.J08nY2017-10-042-4/+6
|
* Add tests for ANSIX9.62 algo.J08nY2017-10-041-0/+7
|
* Add tests for timeout option.J08nY2017-10-041-0/+10
|
* Add tests for gp interpretation check_f.J08nY2017-10-031-8/+113
|
* Add GP code interpretation as a gen_f option.J08nY2017-09-301-0/+109
|
* Add "offset_e state" param to gen_f and check_f.J08nY2017-09-302-15/+15
|
* Add a test for --threads=auto.J08nY2017-09-291-0/+2
|
* Format tests and cleanup includes.J08nY2017-09-196-21/+34
|
* Fix sh tests and silence cmake.J08nY2017-09-192-2/+2
|
* Move some files into src/misc.J08nY2017-09-194-4/+4
|
* Fix a segfault in ANSI generation, fix ISO C initializer braces.J08nY2017-09-191-1/+0
|
* Implement a,b generation for ANSI X9.62 algo, Fp version.J08nY2017-09-191-2/+15
|
* Fix ANSI X9.62 binary field generation method.J08nY2017-09-191-4/+7
|
* Fix some of the issues with ANSI X9.62 f2m equation generation.J08nY2017-09-171-6/+9
|
* Move some stuff from general seed_t handling in gen/seed.[ch] to ↵J08nY2017-09-172-165/+268
| | | | exhaustive/ansi.[ch].
* Add parameterized tests for bits_sha1.J08nY2017-09-174-8/+66
|
* 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-171-2/+2
|
* Add concat functions to bits_t.J08nY2017-09-171-115/+132
|
* Remove binascii utilities, move seed manipulation to bits_t.J08nY2017-09-133-82/+25
|
* Add more utility functions to bits_t.J08nY2017-09-121-0/+81
|
* Implement bits_t, a bit string manipulation utility.J08nY2017-09-111-0/+346
|
* Fix hashing of ANSI X9.62 seed.J08nY2017-08-312-18/+42
|
* Implement hashing of ANSI X9.62 seed.J08nY2017-08-311-13/+14
|
* Add utilities for PARI t_INT and char * conversion.J08nY2017-08-311-0/+54
|
* Implement ANSI X9.62 stdin input + tests.J08nY2017-08-311-4/+52
|
* Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers.J08nY2017-08-3012-66/+194
|
* Test the random generators.J08nY2017-08-302-0/+47
|
* Add err output stream, default to stderr.J08nY2017-08-301-0/+1
|
* Don't always read numbers as hexadecimal. Add tests for input.J08nY2017-08-302-1/+80
|
* Fix input_quit closing stdin.J08nY2017-08-301-0/+1
|
* Add tests for cli parsing.J08nY2017-08-304-4/+72
|
* Use correct allocation functions. Add try_free.J08nY2017-08-301-1/+9
|
* Add tests for all point generation functions.J08nY2017-08-301-2/+95
|
* More point tests and formating.J08nY2017-08-303-19/+40
|
* Add tests for point generation.J08nY2017-08-301-0/+49
|
* Add a test for subgroups_all of a curve with two generators.J08nY2017-08-301-0/+22
|
* Fix subgroup order enumeration, that broke point enumeration for some curves.J08nY2017-08-301-5/+30
|
* Refactor test setup.J08nY2017-08-294-8/+30
|