Interface FactorTest

  • All Known Implementing Classes:
    FactorTest01

    public interface FactorTest
    Interface for final factor tests when a square congruence A^2 == Q (mod kN) has been found. The congruence may be improper though...
    Author:
    Tilman Neumann
    • Method Detail

      • getName

        String getName()
        Returns:
        the algorithm name
      • testForFactor

        void testForFactor​(Set<AQPair> aqPairs)
                    throws FactorException
        Test if a square congruence A^2 == Q (mod kN) gives a factor of N.
        Parameters:
        aqPairs -
        Throws:
        FactorException