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...
-
Method Summary
Modifier and Type Method Description java.lang.String
getName()
void
testForFactor(java.util.Set<AQPair> aqPairs)
Test if a square congruence A^2 == Q (mod kN) gives a factor of N.
-
Method Details
-
getName
java.lang.String getName()- Returns:
- the algorithm name
-
testForFactor
Test if a square congruence A^2 == Q (mod kN) gives a factor of N.- Parameters:
aqPairs
-- Throws:
FactorException
-