From: Ian Lance Taylor Date: Wed, 21 Jun 2023 19:44:48 +0000 (-0700) Subject: doc/go1.21: correct GOOS to GOARCH X-Git-Tag: go1.21rc3~2^2~77 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=b23cae8095ea3e268c358bcebe5d6f58890a8d31;p=gostls13.git 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 Reviewed-by: Eli Bendersky TryBot-Bypass: Ian Lance Taylor Auto-Submit: Ian Lance Taylor --- 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.
crypto/rsa

- The performance of private RSA operations (decryption and signing) is now better than Go 1.19 for GOOS=amd64 and GOOS=arm64. It had regressed in Go 1.20. + The performance of private RSA operations (decryption and signing) is now better than Go 1.19 for GOARCH=amd64 and GOARCH=arm64. It had regressed in Go 1.20.

Due to the addition of private fields to PrecomputedValues, PrivateKey.Precompute must be called for optimal performance even if deserializing (for example from JSON) a previously-precomputed private key.