Bouncy Castle Cryptography Library 1.81

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

java.lang.Object
  extended byorg.bouncycastle.pqc.math.ntru.parameters.NTRUParameterSet
      extended byorg.bouncycastle.pqc.math.ntru.parameters.NTRUHRSSParameterSet
          extended byorg.bouncycastle.pqc.math.ntru.parameters.NTRUHRSS701

public class NTRUHRSS701
extends NTRUHRSSParameterSet

NTRU-HRSS parameter set with n = 701.

See Also:
NTRUHRSSParameterSet

Constructor Summary
NTRUHRSS701()
           
 
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

NTRUHRSS701

public NTRUHRSS701()

Bouncy Castle Cryptography Library 1.81