Class Resultant
java.lang.Object
org.bouncycastle.pqc.legacy.math.ntru.polynomial.Resultant
- Direct Known Subclasses:
ModularResultant
Contains a resultant and a polynomial
rho
such that
res = rho*this + t*(x^n-1) for some integer t
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionResultant of a polynomial withx^n-1
A polynomial such thatres = rho*this + t*(x^n-1) for some integer t
-
Method Summary
-
Field Details
-
rho
A polynomial such thatres = rho*this + t*(x^n-1) for some integer t
-
res
Resultant of a polynomial withx^n-1
-