Package | Description |
---|---|
org.spongycastle.crypto.engines |
Basic cipher classes.
|
Modifier and Type | Field and Description |
---|---|
private NTRUEncryptionPublicKeyParameters |
NTRUEngine.pubKey |
Modifier and Type | Method and Description |
---|---|
private byte[] |
NTRUEngine.encrypt(byte[] m,
NTRUEncryptionPublicKeyParameters pubKey)
Encrypts a message.
See P1363.1 section 9.2.2. |