summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * 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
| |
| * Use gtoset instead of sort and manual uniq algo.J08nY2017-08-311-11/+2
| |
| * Add codecov YAML. Ignore /lib/ and /test/ for coverage measures.J08nY2017-08-311-0/+8
| |
| * Implement ANSI X9.62 stdin input + tests.J08nY2017-08-312-22/+71
| |
| * Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers.J08nY2017-08-3019-133/+258
| |
| * Simplify rand range setting.J08nY2017-08-301-7/+2
|/
* Test the random generators.J08nY2017-08-302-0/+47
|
* Add err output stream, default to stderr.J08nY2017-08-3011-36/+51
|
* Don't always read numbers as hexadecimal. Add tests for input.J08nY2017-08-303-5/+87
|
* Fix input_quit closing stdin.J08nY2017-08-302-1/+2
|
* Add tests for cli parsing.J08nY2017-08-305-5/+73
|
* Use correct allocation functions. Add try_free.J08nY2017-08-3011-23/+72
|
* Add tests for all point generation functions.J08nY2017-08-301-2/+95
|
* More point tests and formating.J08nY2017-08-304-21/+42
|
* 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
|
* Refactor some of the subgroups code.J08nY2017-08-301-22/+32
|
* Fix subgroup order enumeration, that broke point enumeration for some curves.J08nY2017-08-302-40/+58
|
* Fix formatting.J08nY2017-08-291-2/+2
|
* Merge branch 'unit-tests-criterion'J08nY2017-08-2923-16/+151
|\
| * Refactor test setup.J08nY2017-08-294-8/+30
| |
| * Fix some test/src/Makefile CFLAGS.J08nY2017-08-291-1/+5
| |
| * Add clean target to test/MakefileJ08nY2017-08-292-0/+4
| |
| * Fix unittest target with TEST=1.J08nY2017-08-291-1/+1
| |
| * Add unit testing to Travis.J08nY2017-08-291-1/+1
| |