|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.bouncycastle.pqc.math.ntru.parameters.NTRUParameterSet
|
+--org.bouncycastle.pqc.math.ntru.parameters.NTRUHPSParameterSet
Abstract class for NTRU-HPS parameter classes.
The naming convention for the classes is {@code NTRUHPS[q][n]}. e.g. {@link NTRUHPS2048509} has n = 509 and q = 2048.
NTRUHPS2048509,
NTRUHPS2048677,
NTRUHPS4096821,
NTRU specification document section 1.3.2| Method Summary | |
Polynomial |
createPolynomial()
Creates a polynomial based on this parameter set. |
int |
sampleFgBytes()
|
int |
sampleRmBytes()
|
int |
weight()
|
| 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 |
| Method Detail |
public Polynomial createPolynomial()
NTRUParameterSetcreatePolynomial in class NTRUParameterSetorg.bouncycastle.pqc.math.ntru.parameters.NTRUParameterSetPolynomialpublic int sampleFgBytes()
sampleFgBytes in class NTRUParameterSetorg.bouncycastle.pqc.math.ntru.parameters.NTRUParameterSetpublic int sampleRmBytes()
sampleRmBytes in class NTRUParameterSetorg.bouncycastle.pqc.math.ntru.parameters.NTRUParameterSetpublic int weight()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||