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.