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.