aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data/EC_Store.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-405/+0
* Bump BouncyCastle and fix resource loading.J08nY2023-01-301-1/+10
* Add compression tests for quadratic non-residue in modular square root.J08nY2018-11-031-12/+6
* Add more ecdsa tests.J08nY2018-08-121-1/+6
* Add various ECDSA tests.J08nY2018-08-111-18/+44
* Rename and reorder tests.J08nY2018-07-031-5/+4
* Fix cofactor/pq/cofactor192/1 key.J08nY2018-07-031-2/+2
* Add composite PQ tests. Better order tests by EC_Data id.J08nY2018-06-301-0/+6
* Add the edge-cases test suite.J08nY2018-05-251-4/+27
* Add degenerate curves test suite.J08nY2018-04-281-0/+1
* Sort tests better in a few test suites.J08nY2018-04-251-3/+16
* Simplify test suites.J08nY2018-01-091-6/+10
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-271-19/+2
* Split the ec package into common package, rename reader part of the project.J08nY2017-11-101-1/+1
* Init and print EC_Key/EC_Keypair id when available.J08nY2017-10-131-3/+3
* Reworked invalid curve testing, added generated anomalous curvesJ08nY2017-05-011-13/+3
* Fix some test-vector tests, also test printingJ08nY2017-04-191-6/+17
* Refactor testing, add Config class, make EC_Data read bytesJ08nY2017-04-191-2/+6
* Add invalid curves test(partly) and some parameters (brainpool) for itJ08nY2017-04-151-7/+47
* Added test-vectors, and test-vector testingJ08nY2017-03-281-23/+72
* Added nist and brainpool test vectors, also smallpub testJ08nY2017-03-281-3/+4
* Added new curves, started adding default & dangerous tests.J08nY2017-03-271-1/+2
* Refactored EC_Params, renamed EC_Data, added first test vectors.J08nY2017-03-261-0/+246