Uses of Class
org.bouncycastle.pqc.math.linearalgebra.GF2nField
-
Packages that use GF2nField Package Description org.bouncycastle.pqc.math.linearalgebra -
-
Uses of GF2nField in org.bouncycastle.pqc.math.linearalgebra
Subclasses of GF2nField in org.bouncycastle.pqc.math.linearalgebra Modifier and Type Class Description class
GF2nONBField
This class implements the abstract class GF2nField for ONB representation.class
GF2nPolynomialField
This class implements the abstract class GF2nField for polynomial representation.Fields in org.bouncycastle.pqc.math.linearalgebra declared as GF2nField Modifier and Type Field Description protected GF2nField
GF2nElement. mField
holds a pointer to this element's corresponding field.Methods in org.bouncycastle.pqc.math.linearalgebra that return GF2nField Modifier and Type Method Description GF2nField
GF2nElement. getField()
Returns the field of this element.Methods in org.bouncycastle.pqc.math.linearalgebra with parameters of type GF2nField Modifier and Type Method Description protected abstract void
GF2nField. computeCOBMatrix(GF2nField B1)
Computes the change-of-basis matrix for basis conversion according to 1363.protected void
GF2nONBField. computeCOBMatrix(GF2nField B1)
Computes the change-of-basis matrix for basis conversion according to 1363.protected void
GF2nPolynomialField. computeCOBMatrix(GF2nField B1)
Computes the change-of-basis matrix for basis conversion according to 1363.GF2nElement
GF2nElement. convert(GF2nField basis)
Performs a basis transformation of this element to the given GF2nField basis.GF2nElement
GF2nField. convert(GF2nElement elem, GF2nField basis)
Converts the given element in representation according to this field to a new element in representation according to B1 using the change-of-basis matrix calculated by computeCOBMatrix.Constructors in org.bouncycastle.pqc.math.linearalgebra with parameters of type GF2nField Constructor Description GF2nPolynomial(GF2Polynomial polynomial, GF2nField B1)
Creates a new PolynomialGF2n from the given Bitstring polynomial over the GF2nField B1.
-