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-07-21 10:00:14 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-07-21 10:00:14 +0400
commiteb80a1574ee8ab73297de99b7c40d47149755769 (patch)
tree97c3f2f422c1e12f1826e3671a190f63ee7aa824
parente1218a07630c85a39586c285801af9a65f81411b (diff)
Reduce the number of test cases
-rw-r--r--core/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java b/core/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java
index 132d8fdf..6e293bf6 100644
--- a/core/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java
+++ b/core/src/test/java/org/bouncycastle/math/ec/test/ECAlgorithmsTest.java
@@ -19,7 +19,7 @@ import org.bouncycastle.math.ec.ECPoint;
public class ECAlgorithmsTest extends TestCase
{
- private static final int SCALE = 8;
+ private static final int SCALE = 4;
private static final SecureRandom RND = new SecureRandom();
public void testSumOfMultiplies()