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.