summaryrefslogtreecommitdiff
path: root/nbtheory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nbtheory.cpp')
-rw-r--r--nbtheory.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/nbtheory.cpp b/nbtheory.cpp
index fdc6e8f5..77dd556e 100644
--- a/nbtheory.cpp
+++ b/nbtheory.cpp
@@ -262,8 +262,7 @@ static inline bool FastProbablePrimeTest(const Integer &n)
return IsStrongProbablePrime(n,2);
}
-AlgorithmParameters<AlgorithmParameters<AlgorithmParameters<NullNameValuePairs, Integer::RandomNumberType>, Integer>, Integer>
- MakeParametersForTwoPrimesOfEqualSize(unsigned int productBitLength)
+AlgorithmParameters MakeParametersForTwoPrimesOfEqualSize(unsigned int productBitLength)
{
if (productBitLength < 16)
throw InvalidArgument("invalid bit length");