• Adam Langley's avatar
    crypto/rsa: support > 3 primes. · 555685e2
    Adam Langley authored
    With full multi-prime support we can support version 1 PKCS#1 private
    keys. This means exporting all the members of rsa.PrivateKey, thus
    making the API a little messy. However there has already been another
    request to export this so it seems to be something that's needed.
    
    Over time, rsa.GenerateMultiPrimeKey will replace rsa.GenerateKey, but
    I need to work on the prime balance first because we're no longer
    generating primes which are a multiples of 8 bits.
    
    Fixes #987.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/4378046
    555685e2
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...