]> Cypherpunks repositories - gostls13.git/commit
crypto/rsa: correct docstring for SignPKCS1v15.
authorDavid Anderson <danderson@google.com>
Tue, 25 Jan 2011 15:52:36 +0000 (10:52 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 25 Jan 2011 15:52:36 +0000 (10:52 -0500)
commitd0e6c7e134395a9ca1deb10955231b8da8b903a4
tree753b30222ff310dbdc5390dcff2a58fa61f1ecfd
parent507a753c4b1cc92775a80e54571c78ea6c2671f4
crypto/rsa: correct docstring for SignPKCS1v15.

The docstring claims the function uses PSS message encoding,
when the function actually implements PKCS1-v1_5 encoding.

R=agl1, rsc
CC=danderson, golang-dev
https://golang.org/cl/4097042
src/pkg/crypto/rsa/pkcs1v15.go