NtruHps2048509
NTRU-HPS parameter set with n = 509 and q = 2048.
namespace Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets
{
internal class NtruHps2048509 : NtruHpsParameterSet
{
internal NtruHps2048509()
: base(509, 11, 32, 32, 32)
{
}
}
}