aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/consts/Ident.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-88/+0
|
* Implement Twist, Invalid, Cofactor and Degenerate standalone suites. (#7)davidhofman2021-08-221-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add empty StandaloneTwistSuite * implemented StandaloneTwistSuite * add expectError method to KeyAgreementTest and KeyGeneratorTest * utilize new expectError methods, general cleanup of StandaloneTwistSuite * changed KeyAgreement to ECDH in the description * Add StandaloneCofactorSuite class. * Implement StandaloneCofactorSuite. * Add StandaloneDegenerateSuite. * Add StandaloneInvalidSuite. * Implement StandaloneInvalidSuite. * Implement StandaloneDegenerateSuite. * Small cosmetic change to some constructors. * More small cosmetic changes. Co-authored-by: davidhofman <davidhofman@github.com>
* Write info about digest used to CSV files in standalone.J08nY2019-07-101-1/+1
|
* Find KPG algos a bit better in ECTesterStandalone.J08nY2018-07-301-0/+2
|
* Implement basic standalone testing.J08nY2017-12-061-0/+3
|
* Implement ECDSA for standalone libs.J08nY2017-11-281-0/+25
|
* Sketch out KeyPairGeneration in standalone.J08nY2017-11-231-0/+4
|
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-131-3/+10
|
* Implement collecting of supported KeyAgreement and Signature objects.J08nY2017-11-121-0/+41