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-03-12 15:34:52 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-03-12 15:34:52 +0400
commitc25cb34f70b3ad25b3fc5cedc10aa28aa464b37f (patch)
tree08826bfdee11d613d3a3826f2ac4a9712e5da788 /core/src/main/java/org
parent8f2881715e89cd8e4dc1968f9bd3204739424dff (diff)
Don't output anything for curves when no endomorphism is found
Diffstat (limited to 'core/src/main/java/org')
-rw-r--r--core/src/main/java/org/bouncycastle/math/ec/tools/DiscoverEndomorphisms.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/src/main/java/org/bouncycastle/math/ec/tools/DiscoverEndomorphisms.java b/core/src/main/java/org/bouncycastle/math/ec/tools/DiscoverEndomorphisms.java
index 04b611c5..3b332978 100644
--- a/core/src/main/java/org/bouncycastle/math/ec/tools/DiscoverEndomorphisms.java
+++ b/core/src/main/java/org/bouncycastle/math/ec/tools/DiscoverEndomorphisms.java
@@ -49,10 +49,6 @@ public class DiscoverEndomorphisms
System.out.println("Curve '" + curveName + "' has a 'GLV Type B' endomorphism with these parameters: ");
printGLVTypeBParameters(x9);
}
- else
- {
- System.out.println("No endomorphisms discovered for: " + curveName);
- }
}
}