Bouncy Castle Cryptography Library 1.71

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


Field Summary
static FrodoParameters frodokem19888r3
           
static FrodoParameters frodokem19888shaker3
           
static FrodoParameters frodokem31296r3
           
static FrodoParameters frodokem31296shaker3
           
static FrodoParameters frodokem43088r3
           
static FrodoParameters frodokem43088shaker3
           
 
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)
           
 
Method Summary
 int getB()
           
 short[] getCdf_table()
           
 int getD()
           
 int getDefaultKeySize()
           
 Xof getDigest()
           
 org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator getmGen()
           
 int getN()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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()

Bouncy Castle Cryptography Library 1.71