rndsort{Miller, Rabin} primality test.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index fbcf4220c16eb73dea3a809e91dc59f0d89af71b..4e672597abd960320ebecb7b173b5462b5a6f100 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 0.9.4 and 0.9.5  [xx XXX 2000]
 
+  *) Use a less unusual form of the Miller-Rabin primality test (it used
+     a binary algorithm for exponentiation integrated into the Miller-Rabin
+     loop, our standard modexp algorithms are faster).
+     [Bodo Moeller]
+
   *) Support for the EBCDIC character set completed.
      [Martin Kraemer <Martin.Kraemer@Mch.SNI.De>]