• Adam Langley's avatar
    crypto/rsa: fix decryption benchmark. · 3acce59b
    Adam Langley authored
    I was an idiot and was thinking that a small base didn't matter
    because the exponentiation would quickly make the number the same size
    as the modulus. But, of course, the small base continues to make
    multiplications unrealistically cheap throughout the computation.
    
    R=golang-dev, r
    CC=golang-dev
    https://golang.org/cl/6649048
    3acce59b
Name
Last commit
Last update
..
aes Loading commit data...
cipher Loading commit data...
des Loading commit data...
dsa Loading commit data...
ecdsa Loading commit data...
elliptic Loading commit data...
hmac Loading commit data...
md5 Loading commit data...
rand Loading commit data...
rc4 Loading commit data...
rsa Loading commit data...
sha1 Loading commit data...
sha256 Loading commit data...
sha512 Loading commit data...
subtle Loading commit data...
tls Loading commit data...
x509 Loading commit data...
crypto.go Loading commit data...