java.lang.Object
org.bouncycastle.pqc.legacy.math.ntru.polynomial.Resultant
Direct Known Subclasses:
ModularResultant

public class Resultant extends Object
Contains a resultant and a polynomial rho such that res = rho*this + t*(x^n-1) for some integer t.
See Also:
  • Field Details

    • rho

      public BigIntPolynomial rho
      A polynomial such that res = rho*this + t*(x^n-1) for some integer t
    • res

      public BigInteger res
      Resultant of a polynomial with x^n-1