Uses of Class
org.bouncycastle.pqc.legacy.math.ntru.polynomial.BigDecimalPolynomial
Packages that use BigDecimalPolynomial
-
Uses of BigDecimalPolynomial in org.bouncycastle.pqc.legacy.math.ntru.polynomial
Methods in org.bouncycastle.pqc.legacy.math.ntru.polynomial that return BigDecimalPolynomialModifier and TypeMethodDescriptionBigIntPolynomial.div(BigDecimal divisor, int decimalPlaces) Divides each coefficient by aBigDecimaland rounds the result todecimalPlacesplaces.BigDecimalPolynomial.mult(BigDecimalPolynomial poly2) Multiplies the polynomial by another, taking the indices mod N.BigDecimalPolynomial.mult(BigIntPolynomial poly2) Multiplies the polynomial by another.Methods in org.bouncycastle.pqc.legacy.math.ntru.polynomial with parameters of type BigDecimalPolynomialModifier and TypeMethodDescriptionvoidBigDecimalPolynomial.add(BigDecimalPolynomial b) Adds another polynomial which can have a different number of coefficients.BigDecimalPolynomial.mult(BigDecimalPolynomial poly2) Multiplies the polynomial by another, taking the indices mod N.