• Adam Langley's avatar
    crypto/rsa: don't use safe primes. · df53544f
    Adam Langley authored
    Previously we would require safe primes for our RSA key generation.
    Since this took rather a long time, this removes the requirement that
    the primes be safe.
    
    OpenSSL doesn't use safe primes for RSA key generation either
    (openssl-0.9.8l/crypto/rsa/rsa_gen.c:122)
    
    Fixes #649.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/253041
    df53544f
Name
Last commit
Last update
..
Makefile Loading commit data...
pkcs1v15.go Loading commit data...
pkcs1v15_test.go Loading commit data...
rsa.go Loading commit data...
rsa_test.go Loading commit data...