]> Cypherpunks repositories - gostls13.git/commit
Revert "math/rand/v2: add ChaCha8"
authorMichael Knyszek <mknyszek@google.com>
Mon, 20 Nov 2023 18:02:20 +0000 (18:02 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 20 Nov 2023 18:39:03 +0000 (18:39 +0000)
commit82fc03f9c9a1e3539d60ce085500dde3af5ff0b7
tree239f8b65f8556e196eaaaca6e746b564463ca5b4
parent4a90cdb03d9c103abb0d44ff42dde7121ac6cd34
Revert "math/rand/v2: add ChaCha8"

This reverts commit 6382893890b82bbc0439eade5b132d9d1b3fb3a7.

Reason for revert: Causes failures on big endian platforms and riscv64.
Possibly a bug in the generic implementation.

For #64284.
For #64285.

Change-Id: Ic1bb8533d9641fae28d0337b36d434b9a575cd7e
Reviewed-on: https://go-review.googlesource.com/c/go/+/543895
Reviewed-by: Heschi Kreinick <heschi@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
TryBot-Bypass: Michael Knyszek <mknyszek@google.com>
api/next/61716.txt
src/go/build/deps_test.go
src/internal/chacha8rand/chacha8.go [deleted file]
src/internal/chacha8rand/chacha8_amd64.s [deleted file]
src/internal/chacha8rand/chacha8_arm64.s [deleted file]
src/internal/chacha8rand/chacha8_generic.go [deleted file]
src/internal/chacha8rand/chacha8_stub.s [deleted file]
src/internal/chacha8rand/export_test.go [deleted file]
src/internal/chacha8rand/rand_test.go [deleted file]
src/math/rand/v2/chacha8.go [deleted file]
src/math/rand/v2/chacha8_test.go [deleted file]