...Yep, more README changes

This commit is contained in:
Zach Dziura 2015-10-13 00:24:59 -04:00
parent 4d11410a41
commit afe5b2e8cb

View file

@ -44,6 +44,7 @@ fn main() {
## Explanation ## Explanation
`Prime`s are generated much the same way that large primes are generated by `Prime`s are generated much the same way that large primes are generated by
`GnuPG`: `GnuPG`:
1) Create a large candidate number of size based on the input given to the 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 `Prime::new()` method. All `Prime`s must be at least 2-bits long (thoug it
wouldn't make much sense to be that small. wouldn't make much sense to be that small.