From 994d5563c59bee0d7f8d6189dc2f2533b3dfdc67 Mon Sep 17 00:00:00 2001 From: "Callum Fortune (Caldog)" <63158857+callum-fortune@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:07:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e38e2..ec63086 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # -# rust-miller-rabin +# rust-miller-rabin - bigInt capability A complete Rust implementation of the Miller Rabin primality test algorithm, based heavily on (https://github.com/jsanders/rust-rsa). ### Notes