1
0
mirror of https://github.com/golang/go synced 2024-11-22 12:44:50 -07:00

crypto/rsa: remove obsolete TODO.

(PSS support is complete.)

Thanks to Frithjof Schulze for noting this.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/10871046
This commit is contained in:
Adam Langley 2013-07-16 19:34:21 -04:00
parent 29d27671e5
commit ad477e4e20

View File

@ -5,8 +5,6 @@
// Package rsa implements RSA encryption as specified in PKCS#1.
package rsa
// TODO(agl): Add support for PSS padding.
import (
"crypto/rand"
"crypto/subtle"