Uses of Class
org.bouncycastle.pqc.math.ntru.polynomial.LongPolynomial5
-
Packages that use LongPolynomial5 Package Description org.bouncycastle.pqc.math.ntru.polynomial -
-
Uses of LongPolynomial5 in org.bouncycastle.pqc.math.ntru.polynomial
Methods in org.bouncycastle.pqc.math.ntru.polynomial that return LongPolynomial5 Modifier and Type Method Description LongPolynomial5
LongPolynomial5. mult(TernaryPolynomial poly2)
Multiplies the polynomial with aTernaryPolynomial
, taking the indices mod N and the values mod 2048.
-