|
addition in a modulo.
Referenced by multMod(). |
|
multiplication in a modulo.
References addMod(). Referenced by powMod(). |
|
exponent in a modulo.
References multMod(). Referenced by primeRabin(). |
|
returns the next prime after a given number. Definition at line 123 of file primes.c. References primeRabin(). Referenced by hashNew(), and rehashHashtable(). |
|
Rabin's probablistic primetest-algorithm.
References powMod(). Referenced by primeNext(). |