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
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2014-07-21 11:37:06 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-07-21 11:37:06 +0400
commit410abad648137ef6dc3186547c411ef76ae8bbd0 (patch)
treeaa533587cb6d6407d35c96ce05b6be526248efac /core
parent681f2c7f49a15a7f61a6555e6614eac5bc699060 (diff)
parenteb80a1574ee8ab73297de99b7c40d47149755769 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'core')
-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()