Commit graph

10 commits

Author SHA1 Message Date
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
a60c1f63a1 V1.0
Since the last major version, a bunch of additional trait implementations
have been added, including various displays and bitwise operations. The
library should be better documented as well. I feel comfortable
stabilizing the API for future use.
2016-05-10 18:08:42 -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
6cdb9a1034 Fixed formatting in README 2015-10-22 17:21:42 -04:00
Zach Dziura
01cccc03e1 Added another Prime generator function 2015-10-22 17:14:05 -04:00
David Dworken
559b1de008 println is a macro not a function 2015-10-21 20:58:10 -04:00
Zach Dziura
52f871c627 v0.1.0 2015-10-20 22:07:33 -04:00
Zach Dziura
afe5b2e8cb ...Yep, more README changes 2015-10-13 00:24:59 -04:00
Zach Dziura
4d11410a41 Slight README changes 2015-10-13 00:24:09 -04:00
Zach Dziura
e46c5e580b Added README 2015-10-13 00:23:01 -04:00