Package | Description |
---|---|
org.bouncycastle.pqc.crypto.ntru |
Modifier and Type | Class and Description |
---|---|
class |
NTRUEncryptionPrivateKeyParameters
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. |
class |
NTRUEncryptionPublicKeyParameters
A NtruEncrypt public key is essentially a polynomial named
h . |
Copyright © 2020 BouncyCastle.org. All rights reserved.