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