public static class NTRUSigningPrivateKeyParameters.Basis extends Object
f, f', h
.Modifier and Type | Field and Description |
---|---|
Polynomial |
f |
Polynomial |
fPrime |
IntegerPolynomial |
h |
Modifier | Constructor and Description |
---|---|
protected |
Basis(Polynomial f,
Polynomial fPrime,
IntegerPolynomial h,
NTRUSigningKeyGenerationParameters params)
Constructs a new basis from polynomials
f, f', h . |
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 parametersCopyright © 2020 BouncyCastle.org. All rights reserved.