Package | Description |
---|---|
org.spongycastle.crypto.engines |
Basic cipher classes.
|
Modifier and Type | Field and Description |
---|---|
private NTRUEncryptionPrivateKeyParameters |
NTRUEngine.privKey |
Modifier and Type | Method and Description |
---|---|
private byte[] |
NTRUEngine.decrypt(byte[] data,
NTRUEncryptionPrivateKeyParameters privKey)
Decrypts a message.
See P1363.1 section 9.2.3. |