Uses of Class
org.bouncycastle.pqc.math.linearalgebra.GF2nONBElement
-
Packages that use GF2nONBElement Package Description org.bouncycastle.pqc.math.linearalgebra -
-
Uses of GF2nONBElement in org.bouncycastle.pqc.math.linearalgebra
Methods in org.bouncycastle.pqc.math.linearalgebra that return GF2nONBElement Modifier and Type Method Description static GF2nONBElement
GF2nONBElement. ONE(GF2nONBField gf2n)
Create the one element.static GF2nONBElement
GF2nONBElement. ZERO(GF2nONBField gf2n)
Create the zero element.Constructors in org.bouncycastle.pqc.math.linearalgebra with parameters of type GF2nONBElement Constructor Description GF2nONBElement(GF2nONBElement gf2n)
Copy constructor.
-