public class LowmcConstantsL5
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int[] |
keyMatrices |
protected int[] |
keyMatrices_full |
protected int[] |
keyMatrices_inv |
protected org.bouncycastle.pqc.crypto.picnic.KMatrices |
KMatrix |
protected org.bouncycastle.pqc.crypto.picnic.KMatrices |
KMatrix_full |
protected org.bouncycastle.pqc.crypto.picnic.KMatrices |
KMatrix_inv |
protected int[] |
linearMatrices |
protected int[] |
linearMatrices_full |
protected int[] |
linearMatrices_inv |
protected org.bouncycastle.pqc.crypto.picnic.KMatrices |
LMatrix |
protected org.bouncycastle.pqc.crypto.picnic.KMatrices |
LMatrix_full |
protected org.bouncycastle.pqc.crypto.picnic.KMatrices |
LMatrix_inv |
protected org.bouncycastle.pqc.crypto.picnic.KMatrices |
RConstants |
protected org.bouncycastle.pqc.crypto.picnic.KMatrices |
RConstants_full |
protected int[] |
roundConstants |
protected int[] |
roundConstants_full |
Modifier and Type | Method and Description |
---|---|
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer |
KMatrix(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine,
int round) |
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer |
KMatrixInv(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine) |
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer |
LMatrix(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine,
int round) |
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer |
LMatrixInv(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine,
int round) |
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer |
RConstant(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine,
int round) |
protected int[] linearMatrices
protected int[] roundConstants
protected int[] keyMatrices
protected org.bouncycastle.pqc.crypto.picnic.KMatrices LMatrix
protected org.bouncycastle.pqc.crypto.picnic.KMatrices KMatrix
protected org.bouncycastle.pqc.crypto.picnic.KMatrices RConstants
protected int[] linearMatrices_full
protected int[] keyMatrices_full
protected int[] keyMatrices_inv
protected int[] linearMatrices_inv
protected int[] roundConstants_full
protected org.bouncycastle.pqc.crypto.picnic.KMatrices LMatrix_full
protected org.bouncycastle.pqc.crypto.picnic.KMatrices LMatrix_inv
protected org.bouncycastle.pqc.crypto.picnic.KMatrices KMatrix_full
protected org.bouncycastle.pqc.crypto.picnic.KMatrices KMatrix_inv
protected org.bouncycastle.pqc.crypto.picnic.KMatrices RConstants_full
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer LMatrix(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer LMatrixInv(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer KMatrix(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer KMatrixInv(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine)
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer RConstant(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)