]> Cypherpunks repositories - gostls13.git/commitdiff
doc: refer to SHAKE in #69518 release note
authorFilippo Valsorda <filippo@golang.org>
Wed, 21 May 2025 21:50:56 +0000 (23:50 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 21 May 2025 23:21:33 +0000 (16:21 -0700)
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>

doc/next/6-stdlib/99-minor/hash/69518.md

index 67dbdd4ef706e9743f400d946cf2bd0273dc8a05..ae9e133cd7e253c857671602da4212e33fb2ecbb 100644 (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).