aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/common/ec/RawECPrivateKey.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cz/crcs/ectester/common/ec/RawECPrivateKey.java')
-rw-r--r--src/cz/crcs/ectester/common/ec/RawECPrivateKey.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cz/crcs/ectester/common/ec/RawECPrivateKey.java b/src/cz/crcs/ectester/common/ec/RawECPrivateKey.java
index f4556a0..479118f 100644
--- a/src/cz/crcs/ectester/common/ec/RawECPrivateKey.java
+++ b/src/cz/crcs/ectester/common/ec/RawECPrivateKey.java
@@ -9,6 +9,7 @@ import java.security.spec.ECParameterSpec;
/**
* @author Jan Jancar johny@neuromancer.sk
*/
+@SuppressWarnings("serial")
public class RawECPrivateKey implements ECPrivateKey {
private BigInteger scalar;
private ECParameterSpec params;