summaryrefslogtreecommitdiff
path: root/test/src/gen
Commit message (Expand)AuthorAgeFilesLines
* Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/a...J08nY2017-09-171-165/+0
* 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
* Remove binascii utilities, move seed manipulation to bits_t.J08nY2017-09-131-13/+11
* Fix hashing of ANSI X9.62 seed.J08nY2017-08-311-4/+13
* Implement hashing of ANSI X9.62 seed.J08nY2017-08-311-13/+14
* 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-302-1/+38
* Add tests for all point generation functions.J08nY2017-08-301-2/+95
* More point tests and formating.J08nY2017-08-301-7/+34
* Add tests for point generation.J08nY2017-08-301-0/+49