diff options
| author | J08nY | 2018-08-12 14:08:57 +0200 |
|---|---|---|
| committer | J08nY | 2018-08-12 14:08:57 +0200 |
| commit | 574a46017950e4e04b9e52cb52c74ad9948060cb (patch) | |
| tree | e861c90f483a8a5dc29523c14496ccf7d4189eda /src/cz/crcs/ectester/applet/ECKeyTester.java | |
| parent | fb19b67c5f707af80cba280efa0ae0fa20d7fc8f (diff) | |
| download | ECTester-574a46017950e4e04b9e52cb52c74ad9948060cb.tar.gz ECTester-574a46017950e4e04b9e52cb52c74ad9948060cb.tar.zst ECTester-574a46017950e4e04b9e52cb52c74ad9948060cb.zip | |
Diffstat (limited to 'src/cz/crcs/ectester/applet/ECKeyTester.java')
| -rw-r--r-- | src/cz/crcs/ectester/applet/ECKeyTester.java | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/cz/crcs/ectester/applet/ECKeyTester.java b/src/cz/crcs/ectester/applet/ECKeyTester.java index 7c091e3..6b5aa6b 100644 --- a/src/cz/crcs/ectester/applet/ECKeyTester.java +++ b/src/cz/crcs/ectester/applet/ECKeyTester.java @@ -46,13 +46,13 @@ public class ECKeyTester { * Uses {@code pubkeyBuffer} at {@code pubkeyOffset} for computations. * Output should equal with ECDHC output. * - * @param privatePair KeyPair from which the private key is used - * @param publicPair KeyPair from which the public key is used - * @param pubkeyBuffer buffer to be used for the public key - * @param pubkeyOffset offset into pubkeyBuffer that can be used for the public key - * @param outputBuffer buffer to be used for the secret output - * @param outputOffset offset into the outputBuffer - * @param transformation (EC_Consts.TRANSFORMATION_* | ...) + * @param privatePair KeyPair from which the private key is used + * @param publicPair KeyPair from which the public key is used + * @param pubkeyBuffer buffer to be used for the public key + * @param pubkeyOffset offset into pubkeyBuffer that can be used for the public key + * @param outputBuffer buffer to be used for the secret output + * @param outputOffset offset into the outputBuffer + * @param transformation (EC_Consts.TRANSFORMATION_* | ...) * @return derived secret length **/ public short testKA(KeyPair privatePair, KeyPair publicPair, byte[] pubkeyBuffer, short pubkeyOffset, byte[] outputBuffer, short outputOffset, short transformation) { @@ -131,7 +131,6 @@ public class ECKeyTester { } /** - * * @param signKey * @param inputBuffer * @param inputOffset @@ -154,7 +153,6 @@ public class ECKeyTester { } /** - * * @param verifyKey * @param inputBuffer * @param inputOffset |
