Class LowmcConstantsL5
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.picnic.LowmcConstantsL5
-
public class LowmcConstantsL5 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int[]keyMatricesprotected int[]keyMatrices_fullprotected int[]keyMatrices_invprotected org.bouncycastle.pqc.crypto.picnic.KMatricesKMatrixprotected org.bouncycastle.pqc.crypto.picnic.KMatricesKMatrix_fullprotected org.bouncycastle.pqc.crypto.picnic.KMatricesKMatrix_invprotected int[]linearMatricesprotected int[]linearMatrices_fullprotected int[]linearMatrices_invprotected org.bouncycastle.pqc.crypto.picnic.KMatricesLMatrixprotected org.bouncycastle.pqc.crypto.picnic.KMatricesLMatrix_fullprotected org.bouncycastle.pqc.crypto.picnic.KMatricesLMatrix_invprotected org.bouncycastle.pqc.crypto.picnic.KMatricesRConstantsprotected org.bouncycastle.pqc.crypto.picnic.KMatricesRConstants_fullprotected int[]roundConstantsprotected int[]roundConstants_full
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointerKMatrix(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointerKMatrixInv(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine)protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointerLMatrix(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointerLMatrixInv(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointerRConstant(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)
-
-
-
Field Detail
-
linearMatrices
protected int[] linearMatrices
-
roundConstants
protected int[] roundConstants
-
keyMatrices
protected int[] keyMatrices
-
LMatrix
protected org.bouncycastle.pqc.crypto.picnic.KMatrices LMatrix
-
KMatrix
protected org.bouncycastle.pqc.crypto.picnic.KMatrices KMatrix
-
RConstants
protected org.bouncycastle.pqc.crypto.picnic.KMatrices RConstants
-
linearMatrices_full
protected int[] linearMatrices_full
-
keyMatrices_full
protected int[] keyMatrices_full
-
keyMatrices_inv
protected int[] keyMatrices_inv
-
linearMatrices_inv
protected int[] linearMatrices_inv
-
roundConstants_full
protected int[] roundConstants_full
-
LMatrix_full
protected org.bouncycastle.pqc.crypto.picnic.KMatrices LMatrix_full
-
LMatrix_inv
protected org.bouncycastle.pqc.crypto.picnic.KMatrices LMatrix_inv
-
KMatrix_full
protected org.bouncycastle.pqc.crypto.picnic.KMatrices KMatrix_full
-
KMatrix_inv
protected org.bouncycastle.pqc.crypto.picnic.KMatrices KMatrix_inv
-
RConstants_full
protected org.bouncycastle.pqc.crypto.picnic.KMatrices RConstants_full
-
-
Method Detail
-
LMatrix
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer LMatrix(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)
-
LMatrixInv
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer LMatrixInv(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)
-
KMatrix
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer KMatrix(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)
-
KMatrixInv
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer KMatrixInv(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine)
-
RConstant
protected org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer RConstant(org.bouncycastle.pqc.crypto.picnic.PicnicEngine engine, int round)
-
-