mirror of
https://github.com/golang/go
synced 2024-11-25 23:07:58 -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 implements RSA encryption as specified in PKCS#1.
|
||||||
package rsa
|
package rsa
|
||||||
|
|
||||||
// TODO(agl): Add support for PSS padding.
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/rand"
|
"crypto/rand"
|
||||||
"crypto/subtle"
|
"crypto/subtle"
|
||||||
|
Loading…
Reference in New Issue
Block a user