Uses of Class
org.bouncycastle.pqc.math.ntru.polynomial.BigDecimalPolynomial
-
Packages that use BigDecimalPolynomial Package Description org.bouncycastle.pqc.math.ntru.polynomial -
-
Uses of BigDecimalPolynomial in org.bouncycastle.pqc.math.ntru.polynomial
Methods in org.bouncycastle.pqc.math.ntru.polynomial that return BigDecimalPolynomial Modifier and Type Method Description BigDecimalPolynomial
BigIntPolynomial. div(BigDecimal divisor, int decimalPlaces)
Divides each coefficient by aBigDecimal
and rounds the result todecimalPlaces
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.Methods in org.bouncycastle.pqc.math.ntru.polynomial with parameters of type BigDecimalPolynomial Modifier and Type Method 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.
-