Crates.io | lucas_lehmer |
lib.rs | lucas_lehmer |
version | 0.1.0 |
source | src |
created_at | 2018-12-22 20:37:19.529148 |
updated_at | 2018-12-22 20:37:19.529148 |
description | A crate with a primality test for Mersenne primes (M_{n}=2^{n}-1) |
homepage | https://github.com/deralex/lucas_lehmer |
repository | |
max_upload_size | |
id | 103332 |
size | 4,380 |
Implementation of the Lucas–Lehmer primality test in Rust.
Add this to your Cargo.toml
:
[dependencies]
lucas_lehmer = "0.1.0"
and this to your crate root:
extern crate lucas_lehmer;
The 'lucas_lehmer' crate requires a nightly build of Rust.
Licensed under the terms and conditions of the MIT license license.