From c71d3a0f507555a268791f0597e89e3e0e2c0de7 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 30 Nov 2022 11:03:47 +0100 Subject: [PATCH] doc/go1.20: add code tags in crypto/{rsa,subtle} and net/netip sections Change-Id: I516195fb1c2434feb3bf130d37012a98d77beeb6 Reviewed-on: https://go-review.googlesource.com/c/go/+/454235 Run-TryBot: Tobias Klauser Reviewed-by: Russ Cox Auto-Submit: Tobias Klauser Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot --- doc/go1.20.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/go1.20.html b/doc/go1.20.html index 173ae95715..077ecda76d 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -587,7 +587,7 @@ proxyHandler := &httputil.ReverseProxy{
crypto/rsa

- The new field OAEPOptions.MGFHash + The new field OAEPOptions.MGFHash allows configuring the MGF1 hash separately for OAEP encryption.

@@ -596,7 +596,7 @@ proxyHandler := &httputil.ReverseProxy{
crypto/subtle

- The new function XORBytes + The new function XORBytes XORs two byte slices together.

@@ -905,8 +905,8 @@ proxyHandler := &httputil.ReverseProxy{
net/netip

- The new IPv6LinkLocalAllRouters - and IPv6Loopback functions + The new IPv6LinkLocalAllRouters + and IPv6Loopback functions are the net/netip equivalents of net.IPv6loopback and net.IPv6linklocalallrouters. -- 2.50.0