summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-10-14 14:07:03 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-10-14 14:07:03 +0700
commita027bdfdce1bc70f0a506ebebec84ee6b1cfcd76 (patch)
tree83691270ea336b7547ebee4cbc4d266f3f069c5a
parentFix constructor access (diff)
downloadBouncyCastle.NET-ed25519-a027bdfdce1bc70f0a506ebebec84ee6b1cfcd76.tar.xz
Remove debug test
-rw-r--r--crypto/test/src/pqc/crypto/test/NtruPrimeVectorTest.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/crypto/test/src/pqc/crypto/test/NtruPrimeVectorTest.cs b/crypto/test/src/pqc/crypto/test/NtruPrimeVectorTest.cs
index 178e05fc9..b2750030f 100644
--- a/crypto/test/src/pqc/crypto/test/NtruPrimeVectorTest.cs
+++ b/crypto/test/src/pqc/crypto/test/NtruPrimeVectorTest.cs
@@ -14,15 +14,6 @@ namespace Org.BouncyCastle.Pqc.Crypto.Tests
     public class NtruPrimeVectorTest
     {
         [Test]
-        public void TestParameters()
-        {
-            // Console.WriteLine("Testing");
-            // Console.WriteLine(NtruPrimeParameters.ntrulpr653.P);
-            // Console.WriteLine(NtruPrimeParameters.ntrulpr653.Q);
-            // Console.WriteLine(NtruPrimeParameters.ntrulpr653.lpr);
-        }
-
-        [Test]
         public void TestVectors()
         {
             string[] files =