Package | Description |
---|---|
org.bouncycastle.pqc.math.linearalgebra |
Modifier and Type | Method and Description |
---|---|
static GF2nONBElement |
GF2nONBElement.ONE(GF2nONBField gf2n)
Create the one element.
|
static GF2nONBElement |
GF2nONBElement.ZERO(GF2nONBField gf2n)
Create the zero element.
|
Constructor and Description |
---|
GF2nONBElement(GF2nONBField gf2n,
BigInteger val)
Construct the element of the field gf2n with the specified
value val.
|
GF2nONBElement(GF2nONBField gf2n,
byte[] e)
Construct a new GF2nONBElement from its encoding.
|
GF2nONBElement(GF2nONBField gf2n,
SecureRandom rand)
Construct a random element over the field gf2n, using the
specified source of randomness.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.