aboutsummaryrefslogtreecommitdiff
path: root/src/applets/SimpleECCApplet.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more systematic was how to skip tests which are stictly dependent on ↵petrs2016-09-091-99/+144
| | | | previous test which must succedd
* removal of leftover codev0.0.1v0petrs2016-09-091-133/+101
|
* testing of EC F2M curves added (no predefined curves yet, just default ones)petrs2016-09-091-5/+22
|
* - added curve secp384r1petrs2016-09-081-5/+67
| | | | | - added test for ECDH secret generation: valid and invalid point - output beautification
* - added testing of EC_FP 128-521bits (KeyPair allocation, gen key with def. ↵petrs2016-09-081-107/+287
| | | | | | curve, set custom curve, gen keypair with custom curve, set invalid curve, gen keypair with invalid curve) - parsing code with formating and printing
* initial commitpetrs2016-09-081-0/+351