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>
This commit is contained in:
Filippo Valsorda 2024-05-22 20:47:31 +02:00 committed by Gopher Robot
parent 6dd79d02f8
commit 587c3847da
5 changed files with 228 additions and 2 deletions

1
api/next/67059.txt Normal file
View file

@ -0,0 +1 @@
pkg math/rand/v2, method (*ChaCha8) Read([]uint8) (int, error) #67059