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-06-21 06:47:29 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-06-21 06:47:29 +0400
commitd761d55c1c753b1f945ac34fb684f633fa2767e3 (patch)
treebe94d5a19cbf49fe01636b284b7abc7f006c3db3 /core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.java
parent3955ceb8f0e8fa30d80bd889df617ab3651c60e1 (diff)
Move various support classes into math.raw
Diffstat (limited to 'core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.java')
-rw-r--r--core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.java b/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.java
index 2f77815b..c8f5eed5 100644
--- a/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.java
+++ b/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.java
@@ -2,7 +2,8 @@ package org.bouncycastle.math.ec.custom.sec;
import java.math.BigInteger;
-import org.bouncycastle.math.ec.Nat;
+import org.bouncycastle.math.raw.Nat;
+import org.bouncycastle.math.raw.Nat192;
public class SecP192R1Field
{