Package de.tilman_neumann.jml.factor.siqs.poly

  • Interface Summary
    Interface Description
    AParamGenerator
    Interface for generators that produce the leading coefficient a of the quadratic polynomial Q(x) = (d*a*x+b)^2 - kN used by SIQS.
  • Class Summary
    Class Description
    AParamGenerator01
    Generator for the a-parameter (or "hypercube"), which is the leading coefficient of the quadratic polynomial Q(x) = (d*a*x+b)^2 - kN used by SIQS.
    AParamGenerator02
    Generator for the a-parameter (or "hypercube"), which is the leading coefficient of the quadratic polynomial Q(x) = (d*a*x+b)^2 - kN used by SIQS.
    BParamTest
    A test of the b-computation numbers reported by [Contini, p.10]
    PolyReport
    Reports about a polynomial generator.
    SIQSPolyGenerator
    A generator for SIQS polynomials.