]> Cypherpunks repositories - gostls13.git/commit
crypto/rsa: flip the CRT code over so that it matches PKCS#1
authorAdam Langley <agl@golang.org>
Wed, 6 Apr 2011 14:22:04 +0000 (10:22 -0400)
committerAdam Langley <agl@golang.org>
Wed, 6 Apr 2011 14:22:04 +0000 (10:22 -0400)
commit057bdfe39db97a09b5c2e45fdd21452748eb017f
tree5309a7c3f4254e7f9ae97a9db1d39dbed09a8d9a
parent7f7371e95b181dd412182fd6dfc01a44749a2d21
crypto/rsa: flip the CRT code over so that it matches PKCS#1

The CRT is symmetrical in the case of two variables and I picked a
different form from PKCS#1.

R=golang-dev, rsc1
CC=golang-dev
https://golang.org/cl/4381041
src/pkg/crypto/rsa/rsa.go
src/pkg/crypto/rsa/rsa_test.go