is_prime 2.0.8

Fast arbitrary length prime number checker using the Miller-Rabin primality test algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.num-bigint]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[package]
authors = ["Alfie John <alfie@alfie.wtf>"]
description = "Fast arbitrary length prime number checker using the Miller-Rabin primality test algorithm"
documentation = "https://docs.rs/is_prime/"
homepage = "https://crates.io/crates/is_prime"
license = "GPL-3.0/GFDL-1.3"
name = "is_prime"
readme = "README.md"
repository = "https://github.com/alfiedotwtf/is_prime"
version = "2.0.8"