All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.gatling.recorder.internal.bouncycastle.pqc.math.ntru.parameters.NTRUHRSS1373 Maven / Gradle / Ivy

package io.gatling.recorder.internal.bouncycastle.pqc.math.ntru.parameters;


/**
 * NTRU-HRSS parameter set with n = 701.
 *
 * @see NTRUHRSSParameterSet
 */
public class NTRUHRSS1373
    extends NTRUHRSSParameterSet
{
    public NTRUHRSS1373()
    {
        super(
            1373,
            14,
            32,
            32,
            32 // Category 5 (local model) - KATs based on 256 bit
        );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy