diff options
| author | J08nY | 2016-10-30 17:58:27 +0100 |
|---|---|---|
| committer | J08nY | 2016-11-21 14:09:47 +0100 |
| commit | b4d72715e7d770b4925fef70a192665744a6273d (patch) | |
| tree | 69f5a28240f0743d7ddca6a1fd4ba7c070a9e276 /src/applets/ECKeyTester.java | |
| parent | 48c54c5520382b3d2bc4899b7e2197afba976a04 (diff) | |
| download | ECTester-b4d72715e7d770b4925fef70a192665744a6273d.tar.gz ECTester-b4d72715e7d770b4925fef70a192665744a6273d.tar.zst ECTester-b4d72715e7d770b4925fef70a192665744a6273d.zip | |
Diffstat (limited to 'src/applets/ECKeyTester.java')
| -rw-r--r-- | src/applets/ECKeyTester.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/applets/ECKeyTester.java b/src/applets/ECKeyTester.java index 91d7a8b..757ece7 100644 --- a/src/applets/ECKeyTester.java +++ b/src/applets/ECKeyTester.java @@ -13,6 +13,7 @@ public class ECKeyTester { private KeyAgreement ecdhcKeyAgreement = null; private Signature ecdsaSignature = null; + //TODO: move these SW definitions to the main applet class. public final static short SW_SIG_LENGTH_MISMATCH = (short) 0xee4; public final static short SW_SIG_VERIFY_FAIL = (short) 0xee5; |
