summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorDavid Hook <dgh@bouncycastle.org>2017-07-06 15:09:38 +1000
committerDavid Hook <dgh@bouncycastle.org>2017-07-06 15:09:38 +1000
commit78381b39fea78957e121d33d21aa3c128ae04473 (patch)
treea1d1409d145874d8ae7a38f7f65a0f90e17cafce /crypto/test
parentinitial DSTU7624 work (diff)
downloadBouncyCastle.NET-ed25519-78381b39fea78957e121d33d21aa3c128ae04473.tar.xz
DSTU 7624 MAC
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/crypto/test/DSTU7624Test.cs3
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()