diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/test/src/crypto/test/Blake2bDigestTest.cs | 2 | ||||
-rw-r--r-- | crypto/test/src/crypto/test/Blake2sDigestTest.cs | 2 |
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()); } |