| Package | Description |
|---|---|
| org.bouncycastle.pqc.math.ntru.polynomial |
| Modifier and Type | Method and Description |
|---|---|
BigDecimalPolynomial |
BigIntPolynomial.div(BigDecimal divisor,
int decimalPlaces)
Divides each coefficient by a
BigDecimal and rounds the result to decimalPlaces places. |
BigDecimalPolynomial |
BigDecimalPolynomial.mult(BigDecimalPolynomial poly2)
Multiplies the polynomial by another, taking the indices mod N.
|
BigDecimalPolynomial |
BigDecimalPolynomial.mult(BigIntPolynomial poly2)
Multiplies the polynomial by another.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BigDecimalPolynomial.add(BigDecimalPolynomial b)
Adds another polynomial which can have a different number of coefficients.
|
BigDecimalPolynomial |
BigDecimalPolynomial.mult(BigDecimalPolynomial poly2)
Multiplies the polynomial by another, taking the indices mod N.
|
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.