Uses of Class
org.bouncycastle.pqc.legacy.math.linearalgebra.GF2nONBField
Packages that use GF2nONBField
-
Uses of GF2nONBField in org.bouncycastle.pqc.legacy.math.linearalgebra
Methods in org.bouncycastle.pqc.legacy.math.linearalgebra with parameters of type GF2nONBFieldModifier and TypeMethodDescriptionstatic GF2nONBElementGF2nONBElement.ONE(GF2nONBField gf2n) Create the one element.static GF2nONBElementGF2nONBElement.ZERO(GF2nONBField gf2n) Create the zero element.Constructors in org.bouncycastle.pqc.legacy.math.linearalgebra with parameters of type GF2nONBFieldModifierConstructorDescriptionGF2nONBElement(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.