aboutsummaryrefslogtreecommitdiff
path: root/src/applets/SimpleECCApplet.java
Commit message (Collapse)AuthorAgeFilesLines
* - 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