org.bouncycastle.pqc.crypto.frodo
Class FrodoParameters
java.lang.Object
|
+--org.bouncycastle.pqc.crypto.frodo.FrodoParameters
- All Implemented Interfaces:
- CipherParameters
- public class FrodoParameters
- extends java.lang.Object
- implements CipherParameters
Constructor Summary |
FrodoParameters(java.lang.String name,
int n,
int D,
int B,
short[] cdf_table,
Xof digest,
org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator mGen,
int defaultKeySize)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frodokem19888r3
public static final FrodoParameters frodokem19888r3
frodokem19888shaker3
public static final FrodoParameters frodokem19888shaker3
frodokem31296r3
public static final FrodoParameters frodokem31296r3
frodokem31296shaker3
public static final FrodoParameters frodokem31296shaker3
frodokem43088r3
public static final FrodoParameters frodokem43088r3
frodokem43088shaker3
public static final FrodoParameters frodokem43088shaker3
FrodoParameters
public FrodoParameters(java.lang.String name,
int n,
int D,
int B,
short[] cdf_table,
Xof digest,
org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator mGen,
int defaultKeySize)
getN
public int getN()
getName
public java.lang.String getName()
getD
public int getD()
getB
public int getB()
getCdf_table
public short[] getCdf_table()
getDigest
public Xof getDigest()
getDefaultKeySize
public int getDefaultKeySize()
getmGen
public org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator getmGen()