NTRUSigningKeyPairGenerator.FGBasis
public static class NTRUSigningPrivateKeyParameters.Basis
extends java.lang.Object
f, f', h
.Modifier and Type | Field | Description |
---|---|---|
Polynomial |
f |
|
Polynomial |
fPrime |
|
IntegerPolynomial |
h |
Modifier | Constructor | Description |
---|---|---|
protected |
Basis(Polynomial f,
Polynomial fPrime,
IntegerPolynomial h,
NTRUSigningKeyGenerationParameters params) |
Constructs a new basis from polynomials
f, f', h . |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
public Polynomial f
public Polynomial fPrime
public IntegerPolynomial h
protected Basis(Polynomial f, Polynomial fPrime, IntegerPolynomial h, NTRUSigningKeyGenerationParameters params)
f, f', h
.f
- fPrime
- h
- params
- NtruSign parameters