Uses of Class
org.bouncycastle.pqc.math.linearalgebra.GF2nONBField
-
Packages that use GF2nONBField Package Description org.bouncycastle.pqc.math.linearalgebra -
-
Uses of GF2nONBField in org.bouncycastle.pqc.math.linearalgebra
Methods in org.bouncycastle.pqc.math.linearalgebra with parameters of type GF2nONBField 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 GF2nONBField Constructor Description GF2nONBElement(GF2nONBField gf2n, byte[] e)
Construct a new GF2nONBElement from its encoding.GF2nONBElement(GF2nONBField gf2n, BigInteger val)
Construct the element of the field gf2n with the specified value val.GF2nONBElement(GF2nONBField gf2n, SecureRandom rand)
Construct a random element over the field gf2n, using the specified source of randomness.
-