go/src/crypto
Dan Peterson 022548cfe8 all: standardize RFC mention format
Standardize on space between "RFC" and number. Additionally change
the couple "a RFC" instances to "an RFC."

Fixes #15258

Change-Id: I2b17ecd06be07dfbb4207c690f52a59ea9b04808
Reviewed-on: https://go-review.googlesource.com/21902
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-04-12 21:07:52 +00:00
..
aes all: single space after period. 2016-03-02 00:13:47 +00:00
cipher all: use bytes.Equal, bytes.Contains and strings.Contains 2016-04-01 02:05:01 +00:00
des
dsa crypto/dsa: eliminate invalid PublicKey early 2016-04-05 17:41:47 +00:00
ecdsa crypto/rsa, crypto/ecdsa: fail earlier on zero parameters 2016-04-05 21:03:20 +00:00
elliptic all: fix spelling mistakes 2016-04-03 17:03:15 +00:00
hmac crypto/hmac: simplify implementation 2016-03-25 06:24:00 +00:00
md5 all: single space after period. 2016-03-02 00:13:47 +00:00
rand all: single space after period. 2016-03-02 00:13:47 +00:00
rc4 all: single space after period. 2016-03-02 00:13:47 +00:00
rsa crypto/rsa, crypto/ecdsa: fail earlier on zero parameters 2016-04-05 21:03:20 +00:00
sha1 all: single space after period. 2016-03-02 00:13:47 +00:00
sha256 all: single space after period. 2016-03-02 00:13:47 +00:00
sha512 all: single space after period. 2016-03-02 00:13:47 +00:00
subtle
tls all: standardize RFC mention format 2016-04-12 21:07:52 +00:00
x509 all: standardize RFC mention format 2016-04-12 21:07:52 +00:00
crypto.go crypto: document that Signer.Sign does not hash 2016-01-26 16:27:16 +00:00