diff options
author | David Hook <david.hook@keyfactor.com> | 2023-08-29 20:31:20 +1000 |
---|---|---|
committer | David Hook <david.hook@keyfactor.com> | 2023-08-29 20:31:20 +1000 |
commit | eef8ba96f3646e8e8242cc4cd375a77ddb13489c (patch) | |
tree | 85cbe5d76351dbb42bae1afbeb2b7a3d07ccfec3 /crypto/test | |
parent | updated Dilithium OIDs to FIPS pub draft algorithm values (diff) | |
download | BouncyCastle.NET-ed25519-eef8ba96f3646e8e8242cc4cd375a77ddb13489c.tar.xz |
commented out now incorrect encoding test while fixing
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/pqc/crypto/test/CrystalsDilithiumTest.cs | 2 |
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) { |