]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips/hkdf: new package
authorFilippo Valsorda <filippo@golang.org>
Sun, 20 Oct 2024 15:29:58 +0000 (17:29 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 19 Nov 2024 16:27:13 +0000 (16:27 +0000)
commit2ef00e2734aa724ff44bc5d706657b60731cf835
treeb250a592dbf448cb1d17f181c02a37ba311a8161
parentf916d93e415068e0ec286249f96e6164ad822731
crypto/internal/fips/hkdf: new package

Tests imported from x/crypto, but the actual implementation was simpler
to implement ex-novo with a #61477-like API.

Updates #61477
For #69536

Change-Id: I5a9e8a71d8abd5b2aa6b74e73bf7f631ed0115cd
Reviewed-on: https://go-review.googlesource.com/c/go/+/621275
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Russ Cox <rsc@golang.org>
src/crypto/internal/fips/cast_external_test.go
src/crypto/internal/fips/hkdf/cast.go [new file with mode: 0644]
src/crypto/internal/fips/hkdf/hkdf.go [new file with mode: 0644]
src/crypto/internal/fips/hkdf/hkdf_test.go [new file with mode: 0644]
src/go/build/deps_test.go