From: Ian Lance Taylor Date: Thu, 1 Jun 2023 15:53:54 +0000 (-0700) Subject: doc/go1.21: remove some references to reverted CLs X-Git-Tag: go1.21rc1~138 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fecb31f67299e362cf1521058a406c18943f5abf;p=gostls13.git doc/go1.21: remove some references to reverted CLs Change-Id: Id9a8871af9cc3ac26be539877f2eea3462db6f3d Reviewed-on: https://go-review.googlesource.com/c/go/+/499955 TryBot-Bypass: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Reviewed-by: Eli Bendersky --- diff --git a/doc/go1.21.html b/doc/go1.21.html index da41a6e4a8..14ce575df1 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -459,13 +459,9 @@ Do not send CLs removing the interior tags from such phrases. -
crypto/sha1
-
-

- TODO: https://go.dev/cl/483815: crypto/sha1: add WriteString and WriteByte method -

-
-
+ + +
crypto/sha256
@@ -476,21 +472,9 @@ Do not send CLs removing the interior tags from such phrases.

TODO: https://go.dev/cl/408795: crypto/sha256: add sha-ni implementation; crypto/sha256 uses Intel SHA extensions on new enough x86 processors, making it 3-4X faster.

- -

- TODO: https://go.dev/cl/481478: crypto/sha256: add WriteString and WriteByte method -

-
crypto/sha512
-
-

- TODO: https://go.dev/cl/483816: crypto/sha512: add WriteString and WriteByte method -

-
-
-
crypto/x509