summaryrefslogtreecommitdiff
path: root/test/src/gen
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for gp interpretation check_f.J08nY2017-10-031-8/+113
|
* Add GP code interpretation as a gen_f option.J08nY2017-09-301-0/+109
|
* Add "offset_e state" param to gen_f and check_f.J08nY2017-09-301-6/+6
|
* Move some stuff from general seed_t handling in gen/seed.[ch] to ↵J08nY2017-09-171-165/+0
| | | | exhaustive/ansi.[ch].
* 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