org.bouncycastle.pqc.math.ntru.parameters.NTRUHRSS701 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
package org.bouncycastle.pqc.math.ntru.parameters;
/**
* NTRU-HRSS parameter set with n = 701.
*
* @see NTRUHRSSParameterSet
*/
public class NTRUHRSS701
extends NTRUHRSSParameterSet
{
public NTRUHRSS701()
{
super(
701,
13,
32,
32,
24 // Category 3 (local model) - KATs based on 256 bit
);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy