aboutsummaryrefslogtreecommitdiff
path: root/test/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix hashing of ANSI X9.62 seed.J08nY2017-08-312-18/+42
* Implement hashing of ANSI X9.62 seed.J08nY2017-08-311-13/+14
* Add utilities for PARI t_INT and char * conversion.J08nY2017-08-311-0/+54
* 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-3012-66/+194
* Test the random generators.J08nY2017-08-302-0/+47
* Add err output stream, default to stderr.J08nY2017-08-301-0/+1
* Don't always read numbers as hexadecimal. Add tests for input.J08nY2017-08-301-0/+79
* Fix input_quit closing stdin.J08nY2017-08-301-0/+1
* Add tests for cli parsing.J08nY2017-08-301-0/+56
* Use correct allocation functions. Add try_free.J08nY2017-08-301-1/+9
* Add tests for all point generation functions.J08nY2017-08-301-2/+95
* More point tests and formating.J08nY2017-08-303-19/+40
* Add tests for point generation.J08nY2017-08-301-0/+49
* Add a test for subgroups_all of a curve with two generators.J08nY2017-08-301-0/+22
* Fix subgroup order enumeration, that broke point enumeration for some curves.J08nY2017-08-301-5/+30
* Refactor test setup.J08nY2017-08-293-5/+28
* Fix some test/src/Makefile CFLAGS.J08nY2017-08-291-1/+5
* Fix unittest target with TEST=1.J08nY2017-08-291-1/+1
* Add first working test.J08nY2017-08-292-0/+39
* Add Makefiles and CMakelists for tests.J08nY2017-08-291-2/+5
* Add basic test Makefile.J08nY2017-08-281-0/+27