public class NTRUSigningKeyPairGenerator.FGBasis extends NTRUSigningPrivateKeyParameters.Basis
F
and G
.Modifier and Type | Field and Description |
---|---|
IntegerPolynomial |
F |
IntegerPolynomial |
G |
f, fPrime, h
Constructor and Description |
---|
NTRUSigningKeyPairGenerator.FGBasis(Polynomial f,
Polynomial fPrime,
IntegerPolynomial h,
IntegerPolynomial F,
IntegerPolynomial G,
NTRUSigningKeyGenerationParameters params) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isNormOk()
Returns
true if the norms of the polynomials F and G
are within NTRUSigningKeyGenerationParameters.keyNormBound . |
equals, hashCode
public IntegerPolynomial F
public IntegerPolynomial G
NTRUSigningKeyPairGenerator.FGBasis(Polynomial f, Polynomial fPrime, IntegerPolynomial h, IntegerPolynomial F, IntegerPolynomial G, NTRUSigningKeyGenerationParameters params)
boolean isNormOk()
true
if the norms of the polynomials F
and G
are within NTRUSigningKeyGenerationParameters.keyNormBound
.