summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/crypto/test/GOST3410Test.cs18
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