go/src/crypto
Russ Cox 690ac4071f all: remove trailing blank doc comment lines
A future change to gofmt will rewrite

	// Doc comment.
	//
	func f()

to

	// Doc comment.
	func f()

Apply that change preemptively to all doc comments.

For #51082.

Change-Id: I4023e16cfb0729b64a8590f071cd92f17343081d
Reviewed-on: https://go-review.googlesource.com/c/go/+/384259
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-04-01 18:18:07 +00:00
..
aes crypto/aes: improve performance for aes-cbc on ppc64le 2022-03-03 13:39:12 +00:00
cipher all: fix various doc comment formatting nits 2022-04-01 18:18:01 +00:00
des
dsa
ecdsa crypto/ecdsa,crypto/elliptic: update docs and spec references 2022-02-03 01:07:27 +00:00
ed25519 crypto/ed25519/internal/edwards25519: sync with filippo.io/edwards25519 2022-03-04 14:06:28 +00:00
elliptic all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
hmac
internal all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
md5 all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
rand all: use new "unix" build tag where appropriate 2022-03-29 16:24:51 +00:00
rc4
rsa crypto/rsa: fix salt length calculation with PSSSaltLengthAuto 2021-03-29 15:20:11 +00:00
sha1 all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
sha256 crypto/sha256: adapt ppc64le asm to work on ppc64 2022-03-03 14:41:35 +00:00
sha512 crypto/sha512: fix stack size for previous change 2022-03-04 19:04:50 +00:00
subtle
tls all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
x509 all: fix various doc comment formatting nits 2022-04-01 18:18:01 +00:00
crypto.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
issue21104_test.go