Uses of Class
org.bouncycastle.pqc.legacy.math.linearalgebra.GF2nPolynomialField
Packages that use GF2nPolynomialField
-
Uses of GF2nPolynomialField in org.bouncycastle.pqc.legacy.math.linearalgebra
Methods in org.bouncycastle.pqc.legacy.math.linearalgebra with parameters of type GF2nPolynomialFieldModifier and TypeMethodDescriptionstatic GF2nPolynomialElementGF2nPolynomialElement.ONE(GF2nPolynomialField f) Create the one element.static GF2nPolynomialElementGF2nPolynomialElement.ZERO(GF2nPolynomialField f) Create the zero element.Constructors in org.bouncycastle.pqc.legacy.math.linearalgebra with parameters of type GF2nPolynomialFieldModifierConstructorDescriptionGF2nPolynomialElement(GF2nPolynomialField f, byte[] os) Creates a new GF2nPolynomialElement using the given field f and byte[] os as value.GF2nPolynomialElement(GF2nPolynomialField f, int[] is) Creates a new GF2nPolynomialElement using the given field f and int[] is as value.Create a new random GF2nPolynomialElement using the given field and source of randomness.Creates a new GF2nPolynomialElement using the given field and Bitstring.