Descriptioncrypto/rsa: fix decryption benchmark.
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.
Patch Set 1 #Patch Set 2 : diff -r caf30a0fbd77 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r caf30a0fbd77 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 57736947de5a https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|