summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-07-21 13:00:40 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-07-21 13:00:40 +0700
commit6676acaf8697847b0eff65f128cb36fc1198e84b (patch)
treef408632c0774ee94901e9609596893180a4a20a8
parentDe-tabify (diff)
downloadBouncyCastle.NET-ed25519-6676acaf8697847b0eff65f128cb36fc1198e84b.tar.xz
Reduce the number of test cases
-rw-r--r--crypto/test/src/math/ec/test/ECAlgorithmsTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs b/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs

index a5d4abcd8..b950c8b4b 100644 --- a/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs +++ b/crypto/test/src/math/ec/test/ECAlgorithmsTest.cs
@@ -16,7 +16,7 @@ namespace Org.BouncyCastle.Math.EC.Tests [TestFixture] public class ECAlgorithmsTest { - private const int SCALE = 8; + private const int SCALE = 4; private static readonly SecureRandom RND = new SecureRandom(); [Test]