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:
parent
29d27671e5
commit
ad477e4e20
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user