summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 exhaustive/a...J08nY2017-09-1710-190/+193
* 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
* 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
* 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