summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorDavid Hook <david.hook@keyfactor.com>2023-08-29 20:31:20 +1000
committerDavid Hook <david.hook@keyfactor.com>2023-08-29 20:31:20 +1000
commiteef8ba96f3646e8e8242cc4cd375a77ddb13489c (patch)
tree85cbe5d76351dbb42bae1afbeb2b7a3d07ccfec3 /crypto
parentupdated Dilithium OIDs to FIPS pub draft algorithm values (diff)
downloadBouncyCastle.NET-ed25519-eef8ba96f3646e8e8242cc4cd375a77ddb13489c.tar.xz
commented out now incorrect encoding test while fixing
Diffstat (limited to 'crypto')
-rw-r--r--crypto/test/src/pqc/crypto/test/CrystalsDilithiumTest.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/test/src/pqc/crypto/test/CrystalsDilithiumTest.cs b/crypto/test/src/pqc/crypto/test/CrystalsDilithiumTest.cs
index 85133cb22..36d91a62d 100644
--- a/crypto/test/src/pqc/crypto/test/CrystalsDilithiumTest.cs
+++ b/crypto/test/src/pqc/crypto/test/CrystalsDilithiumTest.cs
@@ -38,6 +38,7 @@ namespace Org.BouncyCastle.Pqc.Crypto.Tests
             RunTestVectorFile(testVectorFile);
         }
 
+        /*
         [Test]
         public void TestKeyEncodingDilithium2()
         {
@@ -64,6 +65,7 @@ namespace Org.BouncyCastle.Pqc.Crypto.Tests
             Assert.AreEqual(((DilithiumPublicKeyParameters)pub).GetEncoded(), ((DilithiumPublicKeyParameters)pubDec).GetEncoded());
             Assert.AreEqual(((DilithiumPrivateKeyParameters)priv).GetEncoded(), ((DilithiumPrivateKeyParameters)privDec).GetEncoded());
         }
+        */
 
         private static void RunTestVector(string name, IDictionary<string, string> buf)
         {