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:
Diffstat (limited to 'core/src/main/java/org/bouncycastle/math/ec/GLVMultiplier.java')
-rw-r--r--core/src/main/java/org/bouncycastle/math/ec/GLVMultiplier.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/java/org/bouncycastle/math/ec/GLVMultiplier.java b/core/src/main/java/org/bouncycastle/math/ec/GLVMultiplier.java
index 4a6b2343..09b83668 100644
--- a/core/src/main/java/org/bouncycastle/math/ec/GLVMultiplier.java
+++ b/core/src/main/java/org/bouncycastle/math/ec/GLVMultiplier.java
@@ -2,6 +2,8 @@ package org.bouncycastle.math.ec;
import java.math.BigInteger;
+import org.bouncycastle.math.ec.endo.GLVEndomorphism;
+
public class GLVMultiplier extends AbstractECMultiplier
{
protected final ECCurve curve;