diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-21 13:00:40 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-21 13:00:40 +0700 |
commit | 6676acaf8697847b0eff65f128cb36fc1198e84b (patch) | |
tree | f408632c0774ee94901e9609596893180a4a20a8 /crypto/test | |
parent | De-tabify (diff) | |
download | BouncyCastle.NET-ed25519-6676acaf8697847b0eff65f128cb36fc1198e84b.tar.xz |
Reduce the number of test cases
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/math/ec/test/ECAlgorithmsTest.cs | 2 |
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] |