]> Cypherpunks repositories - gostls13.git/commit
crypto/rand: add Text for secure random strings
authorSean Liao <sean@liao.dev>
Thu, 14 Nov 2024 18:43:29 +0000 (18:43 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 21 Nov 2024 22:39:37 +0000 (22:39 +0000)
commit50087aa1b46460c8cd65f28afb59c5f79d8f27d8
tree2801a13506a211a558876c5fb9456f90a6e70123
parent0db250104c0ebfa82f62fe9f12338565dd8f674d
crypto/rand: add Text for secure random strings

Fixes #67057

Change-Id: Id4a1d07bc45d9ebf90b7e6ef507002908dcfa12d
Reviewed-on: https://go-review.googlesource.com/c/go/+/627477
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
api/next/67057.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/crypto/rand/67057.md [new file with mode: 0644]
src/crypto/rand/text.go [new file with mode: 0644]
src/crypto/rand/text_test.go [new file with mode: 0644]