diff options
author | Oren Novotny <oren@novotny.org> | 2018-04-09 09:28:04 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2018-04-09 09:28:04 -0400 |
commit | 40cb5dc20252527a08e41a8787d9d8885988e982 (patch) | |
tree | 5e936168eeeeaf8e66cbc066a1cc82e86a78469b | |
parent | Use SDK style (diff) | |
download | BouncyCastle.NET-ed25519-40cb5dc20252527a08e41a8787d9d8885988e982.tar.xz |
Rename Main
-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()); } |