public class HQCParameters extends java.lang.Object implements KEMParameters
| Modifier and Type | Field and Description |
|---|---|
static HQCParameters |
hqc128 |
static HQCParameters |
hqc192 |
static HQCParameters |
hqc256 |
| Modifier and Type | Method and Description |
|---|---|
int |
getEncapsulationLength() |
java.lang.String |
getName() |
int |
getPublicKeyBytes() |
int |
getSecretKeyBytes() |
int |
getSecretLength() |
int |
getSessionKeySize() |
public static final HQCParameters hqc128
public static final HQCParameters hqc192
public static final HQCParameters hqc256
public int getEncapsulationLength()
public int getSessionKeySize()
public java.lang.String getName()
public int getPublicKeyBytes()
public int getSecretKeyBytes()
public int getSecretLength()