Interface FactorTest
-
- All Known Implementing Classes:
FactorTest01
public interface FactorTestInterface 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()voidtestForFactor(Set<AQPair> aqPairs)Test if a square congruence A^2 == Q (mod kN) gives a factor of N.
-
-
-
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
-
-