Uses of Class
org.bouncycastle.pqc.math.ntru.polynomial.BigIntPolynomial
-
Packages that use BigIntPolynomial Package Description org.bouncycastle.pqc.math.ntru.polynomial -
-
Uses of BigIntPolynomial in org.bouncycastle.pqc.math.ntru.polynomial
Fields in org.bouncycastle.pqc.math.ntru.polynomial declared as BigIntPolynomial Modifier and Type Field Description BigIntPolynomial
Resultant. rho
A polynomial such thatres = rho*this + t*(x^n-1) for some integer t
Methods in org.bouncycastle.pqc.math.ntru.polynomial that return BigIntPolynomial Modifier and Type Method Description BigIntPolynomial
BigIntPolynomial. mult(BigIntPolynomial poly2)
Multiplies the polynomial by another, taking the indices mod N.BigIntPolynomial
IntegerPolynomial. mult(BigIntPolynomial poly2)
BigIntPolynomial
Polynomial. mult(BigIntPolynomial poly2)
Multiplies the polynomial by aBigIntPolynomial
, taking the indices mod N.BigIntPolynomial
ProductFormPolynomial. mult(BigIntPolynomial b)
BigIntPolynomial
SparseTernaryPolynomial. mult(BigIntPolynomial poly2)
BigIntPolynomial
BigDecimalPolynomial. round()
Rounds all coefficients to the nearest integer.Methods in org.bouncycastle.pqc.math.ntru.polynomial with parameters of type BigIntPolynomial Modifier and Type Method Description void
BigIntPolynomial. add(BigIntPolynomial b)
Adds another polynomial which can have a different number of coefficients.BigDecimalPolynomial
BigDecimalPolynomial. mult(BigIntPolynomial poly2)
Multiplies the polynomial by another.BigIntPolynomial
BigIntPolynomial. mult(BigIntPolynomial poly2)
Multiplies the polynomial by another, taking the indices mod N.BigIntPolynomial
IntegerPolynomial. mult(BigIntPolynomial poly2)
BigIntPolynomial
Polynomial. mult(BigIntPolynomial poly2)
Multiplies the polynomial by aBigIntPolynomial
, taking the indices mod N.BigIntPolynomial
ProductFormPolynomial. mult(BigIntPolynomial b)
BigIntPolynomial
SparseTernaryPolynomial. mult(BigIntPolynomial poly2)
void
BigIntPolynomial. sub(BigIntPolynomial b)
Subtracts another polynomial which can have a different number of coefficients.Constructors in org.bouncycastle.pqc.math.ntru.polynomial with parameters of type BigIntPolynomial Constructor Description BigDecimalPolynomial(BigIntPolynomial p)
Constructs aBigDecimalPolynomial
from aBigIntPolynomial
.IntegerPolynomial(BigIntPolynomial p)
Constructs aIntegerPolynomial
from aBigIntPolynomial
.
-