| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Basic Gradle setup. | J08nY | 2024-03-25 | 14 | -1346/+0 |
| | | |||||
| * | Implement StandaloneWrongSuite. (#12) | davidhofman | 2021-09-06 | 5 | -0/+256 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add StandaloneWrongSuite. * Partially implement StandaloneWrongSuite. * Add setParam method to EC_Params. * Fix new setParam method in EC_Params. * Implement StandaloneWrongSuite * Add custom classes for testing wrong curve parameters. * Update custom classes. * Add more custom classes for testing curves with wrong parameters. * Modify StandaloneWrongSuite to work with the new custom classes. * Various small cosmetic changes to new custom classes. * Add missing author information to various classes. * Fix a small mistake in CustomECFieldF2m * Add randomG test, change some variables to final. * Add option to skip certain tests + various small changes. | ||||
| * | Fix Cofactor suite. | J08nY | 2021-08-24 | 1 | -2/+1 |
| | | |||||
| * | Suppress unnecessary warnings. | J08nY | 2021-08-24 | 2 | -0/+2 |
| | | |||||
| * | Fix Nettle and LibreSSL implementations. | J08nY | 2019-12-28 | 1 | -1/+2 |
| | | |||||
| * | Some fixes in wrong test suite, better ordering of tests. | J08nY | 2019-03-04 | 2 | -23/+15 |
| | | |||||
| * | Add better semi-random generation of inputs in tests. | J08nY | 2019-03-04 | 1 | -0/+23 |
| | | |||||
| * | Add dry run mode to enable precise time measurement via overhead subtraction. | J08nY | 2018-11-30 | 1 | -1/+1 |
| | | |||||
| * | Print named objects cleaner. Increase applet buffer sizes. | J08nY | 2018-11-14 | 1 | -49/+14 |
| | | |||||
| * | Add compression tests for quadratic non-residue in modular square root. | J08nY | 2018-11-03 | 1 | -1/+1 |
| | | |||||
| * | Add more ecdsa tests. | J08nY | 2018-08-12 | 2 | -7/+17 |
| | | |||||
| * | Reformat all code. | J08nY | 2018-08-12 | 1 | -0/+1 |
| | | |||||
| * | Add various ECDSA tests. | J08nY | 2018-08-11 | 2 | -4/+82 |
| | | |||||
| * | Add utility methods for converting EC_Params to JCE EC objects. | J08nY | 2018-08-10 | 2 | -0/+90 |
| | | |||||
| * | Fix exporting default curve params. | J08nY | 2018-07-23 | 1 | -5/+6 |
| | | |||||
| * | Rename and reorder tests. | J08nY | 2018-07-03 | 1 | -0/+2 |
| | | |||||
| * | Add support for colored output. | J08nY | 2018-07-02 | 1 | -5/+7 |
| | | |||||
| * | Add the edge-cases test suite. | J08nY | 2018-05-25 | 1 | -1/+1 |
| | | |||||
| * | Add the AddSubChain wycheproof vectors. | J08nY | 2018-05-23 | 4 | -5/+5 |
| | | |||||
| * | Add compression test suite. | J08nY | 2018-05-02 | 1 | -2/+6 |
| | | |||||
| * | Better sort EC_Data, handle errors better in wrong curves suite. | J08nY | 2018-04-26 | 1 | -0/+13 |
| | | |||||
| * | Handle the extended Exception support also on reader side. | J08nY | 2018-03-06 | 1 | -1/+1 |
| | | |||||
| * | Order EC data nicely, also helps ordering tests in some suites. | J08nY | 2018-03-06 | 1 | -1/+34 |
| | | |||||
| * | Cleanup the applet ECKA and Signature objects. | J08nY | 2017-12-27 | 1 | -8/+10 |
| | | |||||
| * | Export default lib curves in CSV. | J08nY | 2017-11-27 | 1 | -3/+6 |
| | | |||||
| * | Split Util class into a package. | J08nY | 2017-11-26 | 4 | -27/+86 |
| | | |||||
| * | Finish first keygen implementation. | J08nY | 2017-11-26 | 1 | -0/+35 |
| | | |||||
| * | Add BouncyCastle library. Sketch out ECTesterStandalone. | J08nY | 2017-11-12 | 2 | -4/+47 |
| | | |||||
| * | Separate build files for standalone and reader apps. | J08nY | 2017-11-12 | 3 | -3/+3 |
| | | |||||
| * | Split the ec package into common package, rename reader part of the project. | J08nY | 2017-11-10 | 7 | -0/+732 |
