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)
{
|