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-02-27 06:33:26 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-27 06:33:26 +0400
commitc004eaa36947a6f5f7ba7c3c14ab07cd3e677ea8 (patch)
tree7e1ccf664e6562ffbbf5dbae9eb7c18b9a564240 /core/src/main/java/org/bouncycastle
parent7570c1775506dad7c7d00ed6e9e31d8b4273f33d (diff)
Remove unused import
Diffstat (limited to 'core/src/main/java/org/bouncycastle')
-rw-r--r--core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP384R1Field.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP384R1Field.java b/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP384R1Field.java
index f403b0d8..5c8b06af 100644
--- a/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP384R1Field.java
+++ b/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP384R1Field.java
@@ -3,7 +3,6 @@ package org.bouncycastle.math.ec.custom.sec;
import java.math.BigInteger;
import org.bouncycastle.math.ec.Nat;
-import org.bouncycastle.util.Arrays;
public class SecP384R1Field
{