|
Bouncy Castle Cryptography 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.pqc.crypto.rainbow.RainbowParameters
public class RainbowParameters
Constructor Summary | |
---|---|
RainbowParameters()
Default Constructor The elements of the array containing the number of Vinegar variables in each layer are set to the default values here. |
|
RainbowParameters(int[] vi)
Constructor with parameters |
Method Summary | |
---|---|
int |
getDocLength()
Getter for the number of all the polynomials in Rainbow |
int |
getNumOfLayers()
Getter for the number of layers |
int[] |
getVi()
Getter for the array containing the number of Vinegar-variables per layer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RainbowParameters()
public RainbowParameters(int[] vi)
vi
- The elements of the array containing the number of Vinegar
variables per layer are set to the values of the input array.Method Detail |
---|
public int getNumOfLayers()
public int getDocLength()
public int[] getVi()
|
Bouncy Castle Cryptography 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |