Class Resultant
- java.lang.Object
-
- org.bouncycastle.pqc.math.ntru.polynomial.Resultant
-
- Direct Known Subclasses:
ModularResultant
public class Resultant extends java.lang.Object
Contains a resultant and a polynomialrho
such thatres = rho*this + t*(x^n-1) for some integer t
.
-
-
Field Summary
Fields Modifier and Type Field Description java.math.BigInteger
res
Resultant of a polynomial withx^n-1
BigIntPolynomial
rho
A polynomial such thatres = rho*this + t*(x^n-1) for some integer t
-
-
-
Field Detail
-
rho
public BigIntPolynomial rho
A polynomial such thatres = rho*this + t*(x^n-1) for some integer t
-
res
public java.math.BigInteger res
Resultant of a polynomial withx^n-1
-
-