-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
math/rand/v2: implement io.Reader for ChaCha8 #67452
Conversation
Fixes [reserved]
This PR (HEAD: 5415959) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/586316. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
This PR (HEAD: 19fef9a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/586316. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Message from Mauri de Souza Meneguzzo: Patch Set 2: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Message from Gopher Robot: Patch Set 2: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Message from Mateusz Poliwczak: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Change-Id: Icd7c8f3a810a6dee2cf5976adb64de82633eb41a
This PR (HEAD: 4a3036d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/586316. Important tips:
|
Change-Id: If7042980ada9e6a5f13773cd137b539ff8fc8bee
This PR (HEAD: 9396607) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/586316. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 4: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Message from Mateusz Poliwczak: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Change-Id: Id427bcca7cbc15fe4cd04a0a2854fc30aa5262fc
This PR (HEAD: 1d6999c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/586316. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Message from Mateusz Poliwczak: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Message from Mateusz Poliwczak: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Message from Filippo Valsorda: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/586316. |
Fixes #67059