Package | Description |
---|---|
org.bouncycastle.pqc.math.linearalgebra |
Modifier and Type | Method and Description |
---|---|
static GF2nPolynomialElement |
GF2nPolynomialElement.ONE(GF2nPolynomialField f)
Create the one element.
|
static GF2nPolynomialElement |
GF2nPolynomialElement.ZERO(GF2nPolynomialField f)
Create the zero element.
|
Constructor and Description |
---|
GF2nPolynomialElement(GF2nPolynomialField f,
byte[] os)
Creates a new GF2nPolynomialElement using the given field f and
byte[] os as value.
|
GF2nPolynomialElement(GF2nPolynomialField f,
GF2Polynomial bs)
Creates a new GF2nPolynomialElement using the given field and Bitstring.
|
GF2nPolynomialElement(GF2nPolynomialField f,
int[] is)
Creates a new GF2nPolynomialElement using the given field f and
int[] is as value.
|
GF2nPolynomialElement(GF2nPolynomialField f,
Random rand)
Create a new random GF2nPolynomialElement using the given field and
source of randomness.
|
Copyright © 2017 BouncyCastle.org. All rights reserved.