doc: refer to SHAKE in #69518 release note

Change-Id: I6a6a46560b5d78710bd09d2452c80e51da936ec7
Reviewed-on: https://go-review.googlesource.com/c/go/+/675196
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Filippo Valsorda 2025-05-21 23:50:56 +02:00 committed by Gopher Robot
parent c1aad08901
commit de457fc4ea

View File

@ -1,3 +1,3 @@
The new [XOF](/pkg/hash#XOF) interface can be implemented by "extendable output
functions", which are hash functions with arbitrary or unlimited output length
such as [BLAKE2Xb](https://pkg.go.dev/golang.org/x/crypto/blake2b).
such as [SHAKE](https://pkg.go.dev/crypto/sha3#SHAKE).