Skip to content

A simple implementation of the Miller-Rabin primality test in Rust

Notifications You must be signed in to change notification settings

skilo-sh/Miller-Rabin_in_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Miller-Rabin implementation in Rust

Screenshot of the cli

Building

git clone https://github.com/skilo-sh/Miller-Rabin_in_rust
cd Miller-Rabin_in_rust
cargo build

Usage

You just need to do a cargo run then you can enter the number to test.

About

A simple implementation of the Miller-Rabin primality test in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages