diff options
author | David Hook <dgh@bouncycastle.org> | 2019-01-14 16:43:22 +1100 |
---|---|---|
committer | David Hook <dgh@bouncycastle.org> | 2019-01-14 16:43:22 +1100 |
commit | 839879ee7ad82df31adc2a12cf237760d3fdfda5 (patch) | |
tree | 84f82721ae3f9e2c45099668784f45dd514eaaa2 /crypto/test | |
parent | Added ECGOST3410_2012Signer (diff) | |
download | BouncyCastle.NET-ed25519-839879ee7ad82df31adc2a12cf237760d3fdfda5.tar.xz |
minor tweaks
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/crypto/test/GOST3410Test.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crypto/test/src/crypto/test/GOST3410Test.cs b/crypto/test/src/crypto/test/GOST3410Test.cs index f54662770..1369d3506 100644 --- a/crypto/test/src/crypto/test/GOST3410Test.cs +++ b/crypto/test/src/crypto/test/GOST3410Test.cs @@ -1553,15 +1553,15 @@ namespace Org.BouncyCastle.Crypto.Tests { new Gost3410_TEST1_512(), new Gost3410_TEST2_512(), -// new Gost3410_TEST1_1024(), -// new Gost3410_TEST2_1024(), -// new Gost3410_AParam(), -// new Gost3410_BParam(), -// new Gost3410_CParam(), -// new Gost3410_DParam(), -// new Gost3410_AExParam(), -// new Gost3410_BExParam(), -// new Gost3410_CExParam() + new Gost3410_TEST1_1024(), + new Gost3410_TEST2_1024(), + new Gost3410_AParam(), + new Gost3410_BParam(), + new Gost3410_CParam(), + new Gost3410_DParam(), + new Gost3410_AExParam(), + new Gost3410_BExParam(), + new Gost3410_CExParam() }; public string Name |