diff options
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/crypto/test/DSTU7624Test.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/test/src/crypto/test/DSTU7624Test.cs b/crypto/test/src/crypto/test/DSTU7624Test.cs index 5c06fd5d1..6d55146a4 100644 --- a/crypto/test/src/crypto/test/DSTU7624Test.cs +++ b/crypto/test/src/crypto/test/DSTU7624Test.cs @@ -97,7 +97,6 @@ namespace Org.BouncyCastle.Crypto.Tests private ITestResult MacTests() { - /* //MAC mode (PADDING NOT SUPPORTED) //test 1 byte[] key = Hex.Decode("000102030405060708090A0B0C0D0E0F"); @@ -151,7 +150,7 @@ namespace Org.BouncyCastle.Crypto.Tests + Hex.ToHexString(expectedMac) + " got " + Hex.ToHexString(mac)); } - */ + return new SimpleTestResult(true, Name + ": Okay"); } private ITestResult KeyWrapTests() |