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
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-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()