diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-10-14 14:07:03 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-10-14 14:07:03 +0700 |
commit | a027bdfdce1bc70f0a506ebebec84ee6b1cfcd76 (patch) | |
tree | 83691270ea336b7547ebee4cbc4d266f3f069c5a /crypto/test | |
parent | Fix constructor access (diff) | |
download | BouncyCastle.NET-ed25519-a027bdfdce1bc70f0a506ebebec84ee6b1cfcd76.tar.xz |
Remove debug test
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/pqc/crypto/test/NtruPrimeVectorTest.cs | 9 |
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 = |