public class NTRUParameters extends java.lang.Object implements CipherParameters
| Modifier and Type | Field and Description |
|---|---|
static NTRUParameters |
ntruhps2048509
NTRU-HPS parameter set with n = 509 and q = 2048.
|
static NTRUParameters |
ntruhps2048677
NTRU-HPS parameter set with n = 677 and q = 2048.
|
static NTRUParameters |
ntruhps4096821
NTRU-HPS parameter set with n = 821 and q = 4096.
|
static NTRUParameters |
ntruhrss701
NTRU-HRSS parameter set with n = 701.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
int |
getSessionKeySize() |
public static final NTRUParameters ntruhps2048509
public static final NTRUParameters ntruhps2048677
public static final NTRUParameters ntruhps4096821
public static final NTRUParameters ntruhrss701