commit | 876455f3ba0e3ee66e177cf901ff5ea9c5aa9f07 | [log] [tgz] |
---|---|---|
author | Nan Deng <monnand@gmail.com> | Thu May 23 11:10:41 2013 -0400 |
committer | Adam Langley <agl@golang.org> | Thu May 23 11:10:41 2013 -0400 |
tree | 916f9bee410971ba8698fa5f09c946fc6f96f323 | |
parent | adbe59e332baada83d939325a03b5746ff25138e [diff] |
crypto/rsa: implement PSS signatures. This change contains an implementation of the RSASSA-PSS signature algorithm described in RFC 3447. R=agl, agl CC=gobot, golang-dev, r https://golang.org/cl/9438043