Crates.io | rug-miller-rabin |
lib.rs | rug-miller-rabin |
version | 0.1.0 |
source | src |
created_at | 2024-03-09 12:32:26.474374 |
updated_at | 2024-03-09 12:32:26.474374 |
description | A multi-threaded, arbitrary precision implementation of the Miller-Rabin primality test using rug (GMP). |
homepage | |
repository | https://github.com/de-mo/rug-miller-rabin |
max_upload_size | |
id | 1167780 |
size | 24,203 |
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.
See rug for the requirements and installation steps.
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.