public class AIMerParameters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AIMerParameters |
aimer128f |
static AIMerParameters |
aimer128s |
static AIMerParameters |
aimer192f |
static AIMerParameters |
aimer192s |
static AIMerParameters |
aimer256f |
static AIMerParameters |
aimer256s |
| Modifier and Type | Method and Description |
|---|---|
int |
getAim2IVSize() |
int |
getAim2NumBitsField() |
int |
getAim2NumBitsWord() |
int |
getAim2NumBytesField() |
int |
getAim2NumInputSbox() |
int |
getAim2NumWordsField() |
int |
getAimerCommitSize() |
int |
getAimerL() |
int |
getAimerLogN() |
int |
getAimerN() |
int |
getAimerSaltSize() |
int |
getAimerSeedSize() |
int |
getAimerT() |
java.lang.String |
getName() |
int |
getNumFieldElementsPerMatrix() |
int |
getPublicKeyBytes() |
int |
getSecretKeyBytes() |
int |
getSecurityBits() |
int |
getSecurityBytes() |
int |
getSessionKeySize() |
int |
getSignatureBytes() |
public static final AIMerParameters aimer128f
public static final AIMerParameters aimer192f
public static final AIMerParameters aimer256f
public static final AIMerParameters aimer128s
public static final AIMerParameters aimer192s
public static final AIMerParameters aimer256s
public java.lang.String getName()
public int getSecurityBits()
public int getSecurityBytes()
public int getAim2NumBitsField()
public int getAim2NumBytesField()
public int getAim2NumWordsField()
public int getAim2NumBitsWord()
public int getAim2IVSize()
public int getAim2NumInputSbox()
public int getAimerSaltSize()
public int getAimerSeedSize()
public int getAimerCommitSize()
public int getAimerL()
public int getAimerT()
public int getAimerN()
public int getAimerLogN()
public int getSessionKeySize()
public int getPublicKeyBytes()
public int getSecretKeyBytes()
public int getSignatureBytes()
public int getNumFieldElementsPerMatrix()