lucas_lehmer

Crates.iolucas_lehmer
lib.rslucas_lehmer
version0.1.0
sourcesrc
created_at2018-12-22 20:37:19.529148
updated_at2018-12-22 20:37:19.529148
descriptionA crate with a primality test for Mersenne primes (M_{n}=2^{n}-1)
homepagehttps://github.com/deralex/lucas_lehmer
repository
max_upload_size
id103332
size4,380
Alexander Kluth (alexclooze)

documentation

https://docs.rs/lucas_lehmer

README

lucas-lehmer

Implementation of the Lucas–Lehmer primality test in Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
lucas_lehmer = "0.1.0"

and this to your crate root:

extern crate lucas_lehmer;

Compatability

The 'lucas_lehmer' crate requires a nightly build of Rust.

License

Licensed under the terms and conditions of the MIT license license.

Commit count: 0

cargo fmt