aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|