aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-08-01 14:36:21 -0400
committerJack Lloyd <[email protected]>2018-08-01 14:36:21 -0400
commit9ed3fce1e6d3e17d384fa837c5451e3e3573619d (patch)
treec7558a366e45efc20cb6c36620293445c6f51b6f /news.rst
parent034d8e93c9b98699706507617bf548728d31d0dd (diff)
Fix ReST formatting [ci skip]
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/news.rst b/news.rst
index 24a2f1a03..19da304e9 100644
--- a/news.rst
+++ b/news.rst
@@ -6,7 +6,7 @@ Version 2.8.0, Not Yet Released
* During primality testing, use a Lucas test in addition to Miller-Rabin. It is
possible to construct a composite integer which passes n Miller-Rabin tests
- with probability (1/4)**n. So for a incautious verifier using a small number
+ with probability (1/4)^n. So for a incautious verifier using a small number
of tests (under 16 or so) it is possible if unlikely they would accept such a
composite as prime. Adding a Lucas test precludes such an attack. (GH #1636)