Uses of Class
org.bouncycastle.pqc.math.ntru.polynomial.Resultant
-
Packages that use Resultant Package Description org.bouncycastle.pqc.math.ntru.polynomial -
-
Uses of Resultant in org.bouncycastle.pqc.math.ntru.polynomial
Subclasses of Resultant in org.bouncycastle.pqc.math.ntru.polynomial Modifier and Type Class Description class
ModularResultant
A resultant modulo aBigInteger
Methods in org.bouncycastle.pqc.math.ntru.polynomial that return Resultant Modifier and Type Method Description Resultant
IntegerPolynomial. resultant()
Resultant of this polynomial withx^n-1
using a probabilistic algorithm.Resultant
IntegerPolynomial. resultantMultiThread()
Multithreaded version ofIntegerPolynomial.resultant()
.
-