Uses of Class
org.bouncycastle.pqc.math.linearalgebra.GF2mVector
-
Packages that use GF2mVector Package Description org.bouncycastle.pqc.math.linearalgebra -
-
Uses of GF2mVector in org.bouncycastle.pqc.math.linearalgebra
Methods in org.bouncycastle.pqc.math.linearalgebra that return GF2mVector Modifier and Type Method Description GF2mVector
GF2Vector. toExtensionFieldVector(GF2mField field)
Rewrite this vector as a vector over GF(2m) with t elements.Constructors in org.bouncycastle.pqc.math.linearalgebra with parameters of type GF2mVector Constructor Description GF2mVector(GF2mVector other)
Copy constructor.PolynomialGF2mSmallM(GF2mVector vect)
Create a polynomial over the finite field GF(2^m) out of the given coefficient vector.
-