]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips/drbg: implement FIPS-mode randomness generation
authorFilippo Valsorda <filippo@golang.org>
Mon, 4 Nov 2024 14:33:00 +0000 (15:33 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 19 Nov 2024 00:30:18 +0000 (00:30 +0000)
commit0d8b96de059c20d68c663be7198beb0205e86691
tree6755f7f1b8baf4f3caa6957c5e7ef3e006514c0d
parente67037fb27e63dab4af4ef462ba724f0f2691d2a
crypto/internal/fips/drbg: implement FIPS-mode randomness generation

For #69536

Change-Id: I5bc83360fcd9114cc76314c3570977e9811fd1c6
Reviewed-on: https://go-review.googlesource.com/c/go/+/624978
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/crypto/internal/entropy/entropy.go [new file with mode: 0644]
src/crypto/internal/fips/drbg/rand.go [new file with mode: 0644]
src/crypto/internal/fips/fips.go [new file with mode: 0644]
src/crypto/rand/rand.go
src/go/build/deps_test.go