From afe5b2e8cb324d2d5da8f9d5a3be141245662038 Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Tue, 13 Oct 2015 00:24:59 -0400 Subject: [PATCH] ...Yep, more README changes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5868dde..5894bde 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ fn main() { ## Explanation `Prime`s are generated much the same way that large primes are generated by `GnuPG`: + 1) Create a large candidate number of size based on the input given to the `Prime::new()` method. All `Prime`s must be at least 2-bits long (thoug it wouldn't make much sense to be that small.