1
0
mirror of https://github.com/golang/go synced 2024-11-08 07:26:11 -07:00
go/src/crypto/rsa
Ulrich Kunitz eb07028289 crypto/rsa: fix URL for the PKCS #1 v2.2 document in pss.go
The PKCS #1 v2.2 document has been moved to an EMC
website with a new URL. This CL updates the reference to the document to
the new URL.

The new URL is referenced under https://en.wikipedia.org/wiki/PKCS_1

Fixes #21642

Change-Id: Ib8738b0c4c3bb9ec427bebea20c4aacd607ba0db
Reviewed-on: https://go-review.googlesource.com/59351
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-08-28 05:26:59 +00:00
..
testdata
example_test.go
pkcs1v15_test.go
pkcs1v15.go
pss_test.go
pss.go crypto/rsa: fix URL for the PKCS #1 v2.2 document in pss.go 2017-08-28 05:26:59 +00:00
rsa_test.go
rsa.go crypto/rsa: drop uneeded parameter in modInverse 2017-08-09 19:28:40 +00:00