Package | Description |
---|---|
org.bouncycastle.pqc.math.ntru.polynomial |
Modifier and Type | Method and Description |
---|---|
LongPolynomial2 |
LongPolynomial2.mult(LongPolynomial2 poly2)
Multiplies the polynomial with another, taking the indices mod N and the values mod 2048.
|
Modifier and Type | Method and Description |
---|---|
LongPolynomial2 |
LongPolynomial2.mult(LongPolynomial2 poly2)
Multiplies the polynomial with another, taking the indices mod N and the values mod 2048.
|
void |
LongPolynomial2.subAnd(LongPolynomial2 b,
int mask)
Subtracts another polynomial which must have the same number of coefficients,
and applies an AND mask to the upper and lower halves of each coefficients.
|
Copyright © 2017 BouncyCastle.org. All rights reserved.