aboutsummaryrefslogtreecommitdiff
path: root/test/src/exhaustive/test_brainpool_rfc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Travis.J08nY2018-07-101-1/+0
|
* Copyright fixes and Makefile fixes.J08nY2018-04-051-1/+1
|
* Fix running out of stack in embedding degree computation.J08nY2017-12-201-6/+24
| | | | - It is a simple Fp_order computation, why the dumb algo? :D
* Do not skip Brainpool RFC tests.J08nY2017-12-171-1/+0
|
* Skip Brainpool RFC tests.J08nY2017-12-171-1/+1
|
* Fix gens_get_embedding and brainpool RFC generation.J08nY2017-12-171-2/+5
| | | | | - The Brainpool RFC generation still uses way too much stack, so it is likely leaking it somewhere, but not sure where.
* Fix some errors in brainpool rfc generation (4/7 RFC curves pass).J08nY2017-12-171-22/+77
|
* Fix brainpool(+RFC) generation of primes.J08nY2017-12-151-0/+171