diff options
| author | Adam Langley <agl@golang.org> | 2013-03-25 19:08:29 -0400 |
|---|---|---|
| committer | Adam Langley <agl@golang.org> | 2013-03-25 19:08:29 -0400 |
| commit | f20f8b8b0a4236c7438c830261a5860cbd9efe80 (patch) | |
| tree | 915f937080bed51a617b22ad009bb81e70636c01 /src/pkg/database/sql/sql.go | |
| parent | 5a529b61aa2174b4c44809a02c9735e0c725f2f3 (diff) | |
| download | go-f20f8b8b0a4236c7438c830261a5860cbd9efe80.tar.xz | |
crypto/rsa: don't correct private exponent unless needed.
At some point in the past, I believe the GCD algorithm was setting d to
be negative. The RSA code has been correcting that ever since but, now,
it appears to have changed and the correction isn't needed.
Having d be too large is harmless, it's just a little odd and I
happened to notice.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7948044
Diffstat (limited to 'src/pkg/database/sql/sql.go')
0 files changed, 0 insertions, 0 deletions
