Discussion:
A code of Maurer's algorithm of provable primes generation
(too old to reply)
Mok-Kong Shen
2014-09-04 07:33:36 UTC
Permalink
I have implemented Maurer's algorithm of provable primes generation
in Python: http://s13.zetaboards.com/Crypto/topic/7234475/1/

For comments and critiques I should be very grateful.

M. K. Shen
Mok-Kong Shen
2014-09-19 12:25:16 UTC
Permalink
PROVABLEPRIME Versison 1.0.1 has been released. It contains a few
additional functions to write to and read from files as convenience
utilities for the illustrative examples. (There are 4 illustrative
examples: prime generation, RSA key generation, RSA block encryption
and RSA digital signature.)

M. K. Shen
Mok-Kong Shen
2014-10-10 21:49:25 UTC
Permalink
A new Version 1.1 of PROVABLEPRIME has just been released. It now has
the following five illustrative examples:

Generation of a pseudo-random provable prime of desired size.

Generation of RSA keys (satisfying certain desirable constraints).

RSA block encryption procesing.

RSA digital signature processing.

RSA pseudo-random bit generation.

M. K. Shen

Loading...