Bouncy Castle Cryptography Library 1.49

org.bouncycastle.pqc.crypto.ntru
Class NTRUSigningKeyPairGenerator.FGBasis

java.lang.Object
  extended by org.bouncycastle.pqc.crypto.ntru.NTRUSigningPrivateKeyParameters.Basis
      extended by org.bouncycastle.pqc.crypto.ntru.NTRUSigningKeyPairGenerator.FGBasis
Enclosing class:
NTRUSigningKeyPairGenerator

public class NTRUSigningKeyPairGenerator.FGBasis
extends NTRUSigningPrivateKeyParameters.Basis

A subclass of Basis that additionally contains the polynomials F and G.


Field Summary
 IntegerPolynomial F
           
 IntegerPolynomial G
           
 
Fields inherited from class org.bouncycastle.pqc.crypto.ntru.NTRUSigningPrivateKeyParameters.Basis
f, fPrime, h
 
Method Summary
 
Methods inherited from class org.bouncycastle.pqc.crypto.ntru.NTRUSigningPrivateKeyParameters.Basis
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

F

public IntegerPolynomial F

G

public IntegerPolynomial G

Bouncy Castle Cryptography Library 1.49