CipherParameters
public class RainbowParameters extends java.lang.Object implements CipherParameters
Constructor | Description |
---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
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
|
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.public int getNumOfLayers()
public int getDocLength()
public int[] getVi()