summary refs log tree commit diff
path: root/crypto/src/pqc/crypto/ntru/parametersets/NtruHps2048509.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/pqc/crypto/ntru/parametersets/NtruHps2048509.cs')
-rw-r--r--crypto/src/pqc/crypto/ntru/parametersets/NtruHps2048509.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/pqc/crypto/ntru/parametersets/NtruHps2048509.cs b/crypto/src/pqc/crypto/ntru/parametersets/NtruHps2048509.cs
index dcbf47636..134882380 100644
--- a/crypto/src/pqc/crypto/ntru/parametersets/NtruHps2048509.cs
+++ b/crypto/src/pqc/crypto/ntru/parametersets/NtruHps2048509.cs
@@ -2,7 +2,7 @@
 {
     internal class NtruHps2048509 : NtruHpsParameterSet
     {
-        internal NtruHps2048509() : base(509, 11, 32, 32, 16)
+        internal NtruHps2048509() : base(509, 11, 32, 32, 32)
         {
         }
     }