Class NTRUEncryptionPrivateKeyParameters

  • All Implemented Interfaces:
    CipherParameters

    public class NTRUEncryptionPrivateKeyParameters
    extends NTRUEncryptionKeyParameters
    A NtruEncrypt private key is essentially a polynomial named f which takes different forms depending on whether product-form polynomials are used, and on fastP
    The inverse of f modulo p is precomputed on initialization.