Commit graph

5 commits

Author SHA1 Message Date
Zach Dziura
da4b3b60b5 Moved tests into their appropriate files 2016-06-11 15:58:28 -04:00
Zach Dziura
b6134a6cfd Refactored source code into separate modules
Now each of the various modules (prime and safe_prime) exist within their
own modules. The prime generation logic is now found within the common
module.
2016-06-01 00:35:51 -04:00
Zach Dziura
2965e9e7e7 Clean up project code and add better documentation 2016-05-10 15:07:49 -04:00
Zach Dziura
53329646ab v0.3
Increased required Prime bit-length to at least 512-bits. Also updated the
candidate checking process to increment the candidate by 2 only 500 times
before the candidate is reseeded from the OS.
2016-05-05 13:05:22 -04:00
Zach Dziura
0bcfeb3efe Created examples 2015-10-12 22:01:09 -04:00