go/src/crypto/rsa
Brad Fitzpatrick da0d1a44ba all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
I omitted vendor directories and anything necessary for bootstrapping.
(Tested by bootstrapping with Go 1.4)

Updates #27864

Change-Id: I7d9b68d0372d3a34dee22966cca323513ece7e8a
Reviewed-on: https://go-review.googlesource.com/137856
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-09-26 22:14:25 +00:00
..
testdata
example_test.go crypto/rsa: expand on documentation and add some examples. 2016-01-27 00:11:22 +00:00
pkcs1v15.go crypto: randomly read an extra byte of randomness in some places. 2018-06-07 15:09:25 +00:00
pkcs1v15_test.go all: fix some vet-caught formatting errors, mostly but not only in tests 2015-08-21 05:37:36 +00:00
pss.go crypto/rsa: improve error message for keys too short for PSS 2018-02-14 15:31:22 +00:00
pss_test.go all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
rsa.go crypto: randomly read an extra byte of randomness in some places. 2018-06-07 15:09:25 +00:00
rsa_test.go crypto/rsa: ensure that generating toy RSA keys doesn't loop. 2016-09-13 20:22:42 +00:00