summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2018-04-09 09:28:04 -0400
committerOren Novotny <oren@novotny.org>2018-04-09 09:28:04 -0400
commit40cb5dc20252527a08e41a8787d9d8885988e982 (patch)
tree5e936168eeeeaf8e66cbc066a1cc82e86a78469b /crypto
parentUse SDK style (diff)
downloadBouncyCastle.NET-ed25519-40cb5dc20252527a08e41a8787d9d8885988e982.tar.xz
Rename Main
Diffstat (limited to 'crypto')
-rw-r--r--crypto/test/src/crypto/test/Blake2bDigestTest.cs2
-rw-r--r--crypto/test/src/crypto/test/Blake2sDigestTest.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/test/src/crypto/test/Blake2bDigestTest.cs b/crypto/test/src/crypto/test/Blake2bDigestTest.cs
index 0d0853977..fe2101fee 100644
--- a/crypto/test/src/crypto/test/Blake2bDigestTest.cs
+++ b/crypto/test/src/crypto/test/Blake2bDigestTest.cs
@@ -235,7 +235,7 @@ namespace Org.BouncyCastle.Crypto.Tests
 		    }
 	    }
 
-        public static void Main(string[] args)
+        public static void MainOld(string[] args)
 		{
 			RunTest(new Blake2bDigestTest());
 		}
diff --git a/crypto/test/src/crypto/test/Blake2sDigestTest.cs b/crypto/test/src/crypto/test/Blake2sDigestTest.cs
index 2365071dd..f7c2c44fc 100644
--- a/crypto/test/src/crypto/test/Blake2sDigestTest.cs
+++ b/crypto/test/src/crypto/test/Blake2sDigestTest.cs
@@ -227,7 +227,7 @@ namespace Org.BouncyCastle.Crypto.Tests
             RunSelfTest();
         }
 
-        public static void Main(string[] args)
+        public static void MainOld(string[] args)
         {
             RunTest(new Blake2sDigestTest());
         }