Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-01-04 14:25:44 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-01-04 14:25:44 +0400
commite55ce59a4e32a9b7bafd19cfa09289bef82396d3 (patch)
tree724fe7d3061ac2d9c10d658052978d9809e17ced
parent4477329f8cfd4b308fdc92b2d7701cee1505601e (diff)
Remove unused import
-rw-r--r--core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1Point.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1Point.java b/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1Point.java
index d60b2e37..c97a7897 100644
--- a/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1Point.java
+++ b/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1Point.java
@@ -1,7 +1,5 @@
package org.bouncycastle.math.ec.custom.sec;
-import java.math.BigInteger;
-
import org.bouncycastle.math.ec.ECCurve;
import org.bouncycastle.math.ec.ECFieldElement;
import org.bouncycastle.math.ec.ECPoint;