Crate miller_rabin[][src]

Expand description

Performs Miller-Rabin test.

Example

assert!(miller_rabin::is_prime(22_801_763_489));

Functions

is_prime

Performs Miller-Rabin test.