Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.math.ntru.parameters
Class NTRUHRSS1373

java.lang.Object
  |
  +--org.bouncycastle.pqc.math.ntru.parameters.NTRUParameterSet
        |
        +--org.bouncycastle.pqc.math.ntru.parameters.NTRUHRSSParameterSet
              |
              +--org.bouncycastle.pqc.math.ntru.parameters.NTRUHRSS1373

public class NTRUHRSS1373
extends NTRUHRSSParameterSet

NTRU-HRSS parameter set with n = 701.

See Also:
NTRUHRSSParameterSet

Constructor Summary
NTRUHRSS1373()
           
 
Methods inherited from class org.bouncycastle.pqc.math.ntru.parameters.NTRUHRSSParameterSet
createPolynomial, sampleFgBytes, sampleRmBytes
 
Methods inherited from class org.bouncycastle.pqc.math.ntru.parameters.NTRUParameterSet
logQ, n, ntruCiphertextBytes, ntruPublicKeyBytes, ntruSecretKeyBytes, owcpaBytes, owcpaMsgBytes, owcpaPublicKeyBytes, owcpaSecretKeyBytes, packDegree, packTrinaryBytes, prfKeyBytes, q, sampleFixedTypeBytes, sampleIidBytes, seedBytes, sharedKeyBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NTRUHRSS1373

public NTRUHRSS1373()

Bouncy Castle Cryptography Library 1.79