summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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-294-8/+30
* Fix some test/src/Makefile CFLAGS.J08nY2017-08-291-1/+5
* Add clean target to test/MakefileJ08nY2017-08-291-0/+3
* Fix unittest target with TEST=1.J08nY2017-08-291-1/+1
* Add first working test.J08nY2017-08-293-2/+45
* Downgrade criterion to master.J08nY2017-08-291-0/+0
* Add Makefiles and CMakelists for tests.J08nY2017-08-293-3/+25
* Add basic test Makefile.J08nY2017-08-282-1/+32
* Move test data into a separate directory.J08nY2017-08-289-6/+6
* Remove unused test files.J08nY2017-08-281-0/+0
* Add Criterion unit testing framework.J08nY2017-08-281-0/+0
* Add proper support for Koblitz curves generation.J08nY2017-07-201-0/+4
* Add some tests.J08nY2017-07-203-2/+26
* Fix tests printing.J08nY2017-06-011-3/+5
* Add generating of points on non-prime order subgroups of a curve.J08nY2017-06-011-0/+2
* Add some more testsJ08nY2017-05-234-1/+36
* Fixed unrolls / unique generator curve generatonJ08nY2017-05-073-0/+33
* Pad output hex to field size (both json and csv)J08nY2017-05-028-8/+108
* Add some more testsJ08nY2017-04-213-6/+39
* Add pari-gp to Travis, add JSON.sh to testsJ08nY2017-04-212-0/+2
* Move assert.sh into a submoduleJ08nY2017-04-173-201/+2
* Added basic test for binary field curveJ08nY2017-04-125-3/+6
* Add basicc exhaustive generation testJ08nY2017-04-115-6/+217
* Add basic testsJ08nY2017-04-113-0/+29