aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2023-06-21 12:44:48 -0700
committerGopher Robot <gobot@golang.org>2023-06-21 19:47:51 +0000
commitb23cae8095ea3e268c358bcebe5d6f58890a8d31 (patch)
treef4572346c37785a6f59a40109e876ec5050cc911
parentb1f1fb2950814ae2b69e64537ecd96f13ae32627 (diff)
downloadgo-b23cae8095ea3e268c358bcebe5d6f58890a8d31.tar.gz
go-b23cae8095ea3e268c358bcebe5d6f58890a8d31.zip
doc/go1.21: correct GOOS to GOARCH
For #57752 Fixes #60924 Change-Id: Ie1e16c041885abb51dd6c2f0b7dfa03091cfb338 Reviewed-on: https://go-review.googlesource.com/c/go/+/504879 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Eli Bendersky <eliben@google.com> TryBot-Bypass: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
-rw-r--r--doc/go1.21.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.21.html b/doc/go1.21.html
index 1d49084325..c25f94a2d9 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -495,7 +495,7 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="crypto/rsa"><dt><a href="/pkg/crypto/rsa/">crypto/rsa</a></dt>
<dd>
<p><!-- CL 471259, CL 492935 -->
- The performance of private RSA operations (decryption and signing) is now better than Go 1.19 for <code>GOOS=amd64</code> and <code>GOOS=arm64</code>. It had regressed in Go 1.20.
+ The performance of private RSA operations (decryption and signing) is now better than Go 1.19 for <code>GOARCH=amd64</code> and <code>GOARCH=arm64</code>. It had regressed in Go 1.20.
</p>
<p>
Due to the addition of private fields to <a href="/pkg/crypto/rsa/#PrecomputedValues"><code>PrecomputedValues</code></a>, <a href="/pkg/crypto/rsa/#PrivateKey.Precompute"><code>PrivateKey.Precompute</code></a> must be called for optimal performance even if deserializing (for example from JSON) a previously-precomputed private key.