aboutsummaryrefslogtreecommitdiff
path: root/src/gen/seed.c
Commit message (Expand)AuthorAgeFilesLines
* Add curve family generation.J08nY2024-12-011-0/+2
* Implement NUMS curve generation (somewhat).J08nY2023-10-141-0/+2
* Cleanup includes.0.6.4J08nY2018-01-181-1/+0
* Update copyright year.J08nY2018-01-011-1/+1
* Add seadata to Travis.feature/brainpool-algoJ08nY2017-12-171-3/+1
* Allow larger PARI stack for tests.J08nY2017-12-171-1/+0
* Fix brainpool(+RFC) generation of primes.J08nY2017-12-151-2/+1
* Implement base of brainpool algo.J08nY2017-12-131-0/+3
* Run clang-format.J08nY2017-11-081-1/+1
* Move some enums around, make a general seed_unroll.J08nY2017-11-081-0/+1
* Format and update README.J08nY2017-10-141-1/+0
* Introduce check_t func.J08nY2017-09-291-6/+11
* Fix switch statement for debug build.J08nY2017-09-231-0/+1
* Move some enums around, make a general seed_unroll.J08nY2017-09-201-0/+6
* Introduce seed_e to mark seed_t with generation algo.J08nY2017-09-191-0/+6
* Cleanup includes.J08nY2017-09-191-3/+0
* Run clang-format.J08nY2017-09-191-1/+0
* Move some files into src/misc.J08nY2017-09-191-2/+2
* Fix some of the issues with ANSI X9.62 f2m equation generation.J08nY2017-09-171-6/+0
* Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/a...J08nY2017-09-171-100/+2
* Implement W/b computation for ANSI X9.62.J08nY2017-09-171-0/+30
* Remove binascii utilities, move seed manipulation to bits_t.J08nY2017-09-131-88/+31
* Add more utility functions to bits_t.J08nY2017-09-121-1/+2
* Paritially implement W computation in ANSI X9.62 algo.J08nY2017-09-071-2/+8
* Fix hashing of ANSI X9.62 seed.J08nY2017-08-311-20/+46
* Implement hashing of ANSI X9.62 seed.J08nY2017-08-311-19/+49
* 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-301-19/+32
* Add err output stream, default to stderr.J08nY2017-08-301-1/+2
* Use correct allocation functions. Add try_free.J08nY2017-08-301-1/+1
* Renamed a bunch of generators.J08nY2017-06-011-4/+4
* Move stuff related to generators to src/gen.J08nY2017-05-311-0/+104