Uses of Class
org.bouncycastle.pqc.math.linearalgebra.GF2nPolynomialField
-
Packages that use GF2nPolynomialField Package Description org.bouncycastle.pqc.math.linearalgebra -
-
Uses of GF2nPolynomialField in org.bouncycastle.pqc.math.linearalgebra
Methods in org.bouncycastle.pqc.math.linearalgebra with parameters of type GF2nPolynomialField Modifier and Type Method Description static GF2nPolynomialElement
GF2nPolynomialElement. ONE(GF2nPolynomialField f)
Create the one element.static GF2nPolynomialElement
GF2nPolynomialElement. ZERO(GF2nPolynomialField f)
Create the zero element.Constructors in org.bouncycastle.pqc.math.linearalgebra with parameters of type GF2nPolynomialField Constructor Description GF2nPolynomialElement(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.GF2nPolynomialElement(GF2nPolynomialField f, Random rand)
Create a new random GF2nPolynomialElement using the given field and source of randomness.GF2nPolynomialElement(GF2nPolynomialField f, GF2Polynomial bs)
Creates a new GF2nPolynomialElement using the given field and Bitstring.
-