]> Cypherpunks repositories - gostls13.git/commit
crypto/hmac: wrap ErrUnsupported returned by Clone
authorFilippo Valsorda <filippo@golang.org>
Thu, 22 May 2025 16:00:02 +0000 (18:00 +0200)
committerGopher Robot <gobot@golang.org>
Mon, 30 Jun 2025 16:31:32 +0000 (09:31 -0700)
commit4731832342f6430d6eb4cb13a00b97c3db5da993
tree1f67d482c0a8236a3200496c4b4cb3cc76a03e03
parent03ad694dcbe8d981d644c9878326bd086d056af0
crypto/hmac: wrap ErrUnsupported returned by Clone

Updates #69521

Change-Id: I6a6a4656403b9d35d5e4641b5c5c4975f3fa0e43
Reviewed-on: https://go-review.googlesource.com/c/go/+/675555
Reviewed-by: Austin Clements <austin@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/crypto/hmac/hmac_test.go
src/crypto/internal/fips140/hmac/hmac.go
src/hash/hash.go