summary refs log tree commit diff
path: root/crypto/src/pqc/crypto/ntru/parametersets/NtruHps2048677.cs
blob: 2076f160d3e79d8a18ca7d2a69d24d4c3d314b86 (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, 24)
        {
        }
    }
}