From 8e9cb9d9d8f4ed2423600d232860b7db49091e8a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 4 Mar 2021 22:49:25 -0500 Subject: Whitespace check-in --- nbtheory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nbtheory.cpp') diff --git a/nbtheory.cpp b/nbtheory.cpp index 8634cc1d..a6087a0b 100644 --- a/nbtheory.cpp +++ b/nbtheory.cpp @@ -1,4 +1,4 @@ -// nbtheory.cpp - originally written and placed in the public domain by Wei Dai +// nbtheory.cpp - originally written and placed in the public domain by Wei Dai #include "pch.h" @@ -490,7 +490,7 @@ Integer MihailescuProvablePrime(RandomNumberGenerator &rng, unsigned int pbits) // progression p = p_0 + \lambda * q2 = p_0 + 2 * \lambda * q, // with q the recursively generated prime above. We will be able // to use Lucas tets for proving primality. A trick of Quisquater - // allows taking q > cubic_root(p) rather than square_root: this + // allows taking q > cubic_root(p) rather than square_root: this // decreases the recursion. p.Randomize(rng, minP, maxP, Integer::ANY, 1, q2); -- cgit v1.2.1