Uses of Class
org.bouncycastle.pqc.math.ntru.polynomial.LongPolynomial2
-
Packages that use LongPolynomial2 Package Description org.bouncycastle.pqc.math.ntru.polynomial -
-
Uses of LongPolynomial2 in org.bouncycastle.pqc.math.ntru.polynomial
Methods in org.bouncycastle.pqc.math.ntru.polynomial that return LongPolynomial2 Modifier and Type Method Description LongPolynomial2
LongPolynomial2. mult(LongPolynomial2 poly2)
Multiplies the polynomial with another, taking the indices mod N and the values mod 2048.Methods in org.bouncycastle.pqc.math.ntru.polynomial with parameters of type LongPolynomial2 Modifier and Type Method 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.
-