diff options
author | lloyd <[email protected]> | 2014-04-13 19:20:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-04-13 19:20:36 +0000 |
commit | 340cc7f520ef95aeb7a4692357b870003dd7f0f8 (patch) | |
tree | 28c9c1dfb02e99b2c378aae142b8e1e9a83ec276 /doc/relnotes/1_11_10.rst | |
parent | c30ff3c1b1308346de33397ab282d1f2831d0936 (diff) |
Use 20 Miller-Rabin iterations regardless of the size of the integer. This
provides a much better worst-case error bound. Also take the nonce from anywhere
in the usable range rather than limiting the bit size.
Diffstat (limited to 'doc/relnotes/1_11_10.rst')
-rw-r--r-- | doc/relnotes/1_11_10.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_10.rst b/doc/relnotes/1_11_10.rst new file mode 100644 index 000000000..9704cc48a --- /dev/null +++ b/doc/relnotes/1_11_10.rst @@ -0,0 +1,5 @@ +Version 1.11.10, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Miller-Rabin tests have changed to use a fixed number of iterations, + currently set to 20. |