public abstract class MillerRabin32
extends java.lang.Object
Constructor and Description |
---|
MillerRabin32() |
Modifier and Type | Method and Description |
---|---|
static boolean |
miller_rabin_32(int n) |
private static boolean |
miller_rabin_pass_32(int a,
int n) |
private static int |
modular_exponent_32(int base,
int power,
int modulus) |