summary refs log tree commit diff
path: root/crypto/src/pqc/crypto/ntru/parametersets/NtruHps2048677.cs
blob: 0c2b2c85b635f2881c95cb42770ca675dc29389a (plain) (blame)
1
2
3
4
5
6
7
8
9
namespace Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets
{
    internal class NtruHps2048677 : NtruHpsParameterSet
    {
        internal NtruHps2048677() : base(677, 11, 32, 32, 32)
        {
        }
    }
}