rug-miller-rabin

Crates.iorug-miller-rabin
lib.rsrug-miller-rabin
version0.1.0
sourcesrc
created_at2024-03-09 12:32:26.474374
updated_at2024-03-09 12:32:26.474374
descriptionA multi-threaded, arbitrary precision implementation of the Miller-Rabin primality test using rug (GMP).
homepage
repositoryhttps://github.com/de-mo/rug-miller-rabin
max_upload_size
id1167780
size24,203
(de-mo)

documentation

README

Miller Rabin Primality Test for rug (GMP)

Introduction

This crate implements a multi-threaded, arbitrary precision implementation of the Miller-Rabin primality test.

The implementation ist done for Integer from the crate rug, a high-level interface for GMP.

The crate is strongly inspired from the crate miller_rabin.

Installation

See rug for the requirements and installation steps.

Licence

Rug is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the full text of the GNU LGPL for details.

Commit count: 0

cargo fmt