]> Cypherpunks repositories - gostls13.git/commit
math/rand/v2: add ChaCha8.Read
authorFilippo Valsorda <filippo@golang.org>
Wed, 22 May 2024 18:47:31 +0000 (20:47 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 22 May 2024 22:09:08 +0000 (22:09 +0000)
commit587c3847da81aa7cfc3b3db2677c8586c94df13a
treeb040fea9a5a825bd7bfaaba8eac691e9ce6383e2
parent6dd79d02f8b39639dbf9e2d667722245d7345ba8
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>
api/next/67059.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/math/rand/v2/67059.md [new file with mode: 0644]
src/math/rand/rand.go
src/math/rand/v2/chacha8.go
src/math/rand/v2/chacha8_test.go