On Sun, Jun 01, 2014 at 09:04:29PM +0000, Viktor Dukhovni wrote:
> @@ -1,21 +1,37 @@
> -primes = [2, 3, 5, 7, 11]
> -safe = False  # Not sure if the period's right on safe primes.
> +# Odd primes < 13
> +#
> +primes = [3, 5, 7, 11, 13, 17, 19]

Maybe the comment is wrong?


Kurt

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to