large-primes 0.5.1

Package for Large Prime Number Analysis
Documentation
1
2
3
4
5
6
7
pub mod pow;
pub mod gcd;
pub mod utils;

pub use pow::pow;
pub use pow::pow_mod;
pub use gcd::gcd;