rndsort{Miller, Rabin} primality test.

This commit is contained in:
Bodo Möller
2000-02-02 21:20:44 +00:00
parent fb81ac5e6b
commit e74231ed9e
5 changed files with 102 additions and 195 deletions

View File

@@ -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>]