Rust implementation of the Miller-Rabin primality test.
Rust >= 1.60.0
First, install the dependancies: cargo install --path .
To run: cargo run -- <bits> <count=1> <k=10>
To build then run: cargo build
rusty-miller <count=1> <k=10>
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Rust implementation of the Miller-Rabin primality test.
Rust >= 1.60.0
First, install the dependancies: cargo install --path .
To run: cargo run -- <bits> <count=1> <k=10>
To build then run: cargo build
rusty-miller <count=1> <k=10>