]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/mlkem768: remove crypto/rand.Read error checking
authorFilippo Valsorda <filippo@golang.org>
Mon, 21 Oct 2024 10:08:53 +0000 (12:08 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 19 Nov 2024 19:25:14 +0000 (19:25 +0000)
commit81fc3d223946d8d09463e40df597086275c01701
treebf3abb7afb62afe7d44ea5cf95fbd62ad12d0152
parent0568cda10aa9a3b26e519da15bcff18ab6ef974d
crypto/internal/mlkem768: remove crypto/rand.Read error checking

After #66821 crypto/rand.Read can't return an error.

Change-Id: I185063a25ef70986448f2a300e5578de17f6e61e
Reviewed-on: https://go-review.googlesource.com/c/go/+/621979
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
src/crypto/internal/mlkem768/mlkem768.go