Class NTRUHPS4096821
java.lang.Object
org.bouncycastle.pqc.math.ntru.parameters.NTRUParameterSet
org.bouncycastle.pqc.math.ntru.parameters.NTRUHPSParameterSet
org.bouncycastle.pqc.math.ntru.parameters.NTRUHPS4096821
NTRU-HPS parameter set with n = 821 and q = 4096.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a polynomial based on this parameter set.Methods inherited from class NTRUHPSParameterSet
sampleFgBytes, sampleRmBytes, weightMethods inherited from class NTRUParameterSet
logQ, n, ntruCiphertextBytes, ntruPublicKeyBytes, ntruSecretKeyBytes, owcpaBytes, owcpaMsgBytes, owcpaPublicKeyBytes, owcpaSecretKeyBytes, packDegree, packTrinaryBytes, prfKeyBytes, q, sampleFixedTypeBytes, sampleIidBytes, seedBytes, sharedKeyBytes
-
Constructor Details
-
NTRUHPS4096821
public NTRUHPS4096821()
-
-
Method Details
-
createPolynomial
Description copied from class:NTRUParameterSetCreates a polynomial based on this parameter set.- Overrides:
createPolynomialin classNTRUHPSParameterSet- Returns:
- an instance of
Polynomial
-