1
0
mirror of https://github.com/golang/go synced 2024-11-23 03:50:03 -07:00
go/src/crypto
Russ Cox d4b2638234 all: go fmt std cmd (but revert vendor)
Make all our package sources use Go 1.17 gofmt format
(adding //go:build lines).

Part of //go:build change (#41184).
See https://golang.org/design/draft-gobuild

Change-Id: Ia0534360e4957e58cd9a18429c39d0e32a6addb4
Reviewed-on: https://go-review.googlesource.com/c/go/+/294430
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2021-02-20 03:54:50 +00:00
..
aes all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
cipher all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
des crypto/des: fix typo in permuteInitialBlock function comments 2020-09-22 21:24:40 +00:00
dsa crypto/dsa,crypto/x509: deprecate DSA and remove crypto/x509 support 2020-10-02 10:48:33 +00:00
ecdsa all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
ed25519 crypto/ed25519/internal/edwards25519: fix typo in comments 2020-12-02 20:17:57 +00:00
elliptic all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
hmac crypto/hmac: panic if reusing hash.Hash values 2020-10-19 15:00:02 +00:00
internal all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
md5 all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
rand all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
rc4 crypto/rc4: remove false guarantees from Reset docs and deprecate it 2019-02-22 17:05:17 +00:00
rsa crypto: fix PKCS space in docs 2020-07-08 17:21:49 +00:00
sha1 all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
sha256 all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
sha512 all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
subtle crypto/subtle: normalize constant time ops docs 2019-01-22 19:40:30 +00:00
tls all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
x509 all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
crypto.go crypto: fix PKCS space in docs 2020-07-08 17:21:49 +00:00
issue21104_test.go crypto/{aes,cipher,rc4}: fix out of bounds write in stream ciphers 2017-08-09 04:17:51 +00:00