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:
authorDavid Hook <dgh@cryptoworkshop.com>2014-01-05 15:13:39 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-01-05 15:13:39 +0400
commit701b71a9f5e2eec841fada7ed6c2bcd6dbb12c78 (patch)
tree413ca8cae78a6d9674518a9477b59ba4329f4eab
parent91de395300a9da83f1c9d9601ae7407c62d743a2 (diff)
removed extra imports.
-rw-r--r--core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.java b/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.java
index bc225d07..001a446e 100644
--- a/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.java
+++ b/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.java
@@ -5,10 +5,7 @@ import java.math.BigInteger;
import org.bouncycastle.math.ec.ECConstants;
import org.bouncycastle.math.ec.ECCurve;
import org.bouncycastle.math.ec.ECFieldElement;
-import org.bouncycastle.math.ec.ECMultiplier;
import org.bouncycastle.math.ec.ECPoint;
-import org.bouncycastle.math.ec.ECPointMap;
-import org.bouncycastle.math.ec.GLVMultiplier;
import org.bouncycastle.math.field.FiniteFields;
import org.bouncycastle.util.encoders.Hex;