aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2024-05-22 20:47:31 +0200
committerGopher Robot <gobot@golang.org>2024-05-22 22:09:08 +0000
commit587c3847da81aa7cfc3b3db2677c8586c94df13a (patch)
treeb040fea9a5a825bd7bfaaba8eac691e9ce6383e2 /api
parent6dd79d02f8b39639dbf9e2d667722245d7345ba8 (diff)
downloadgo-587c3847da81aa7cfc3b3db2677c8586c94df13a.tar.xz
math/rand/v2: add ChaCha8.Read
Fixes #67059 Closes #67452 Closes #67498 Change-Id: I84eba2ed787a17e9d6aaad2a8a78596e3944909a Reviewed-on: https://go-review.googlesource.com/c/go/+/587280 Reviewed-by: Roland Shoemaker <roland@golang.org> Auto-Submit: Filippo Valsorda <filippo@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/67059.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/67059.txt b/api/next/67059.txt
new file mode 100644
index 0000000000..c128585d14
--- /dev/null
+++ b/api/next/67059.txt
@@ -0,0 +1 @@
+pkg math/rand/v2, method (*ChaCha8) Read([]uint8) (int, error) #67059