]> Cypherpunks repositories - gostls13.git/commit
crypto/hmac: move implementation to crypto/internal/fips
authorFilippo Valsorda <filippo@golang.org>
Sun, 29 Sep 2024 08:01:45 +0000 (10:01 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 23 Oct 2024 15:21:47 +0000 (15:21 +0000)
commitfdf6605109167e8093ee27d246c8b35678146eb6
treeda5fb759fab16b10dc5c703ca4b8f15fe5115ca4
parent8eeac50cb521df8ee81c62896a237d6e38479b77
crypto/hmac: move implementation to crypto/internal/fips

For #69536

Change-Id: I38508a8de4ac321554a2c12ac70bcf9e25fad1aa
Reviewed-on: https://go-review.googlesource.com/c/go/+/616636
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/crypto/hmac/hmac.go
src/crypto/internal/fips/hash.go [new file with mode: 0644]
src/crypto/internal/fips/hmac/hmac.go [new file with mode: 0644]
src/go/build/deps_test.go