]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.25] Revert "crypto/internal/fips140/subtle: add assembly implemen...
authorKeith Randall <khr@golang.org>
Tue, 7 Oct 2025 17:15:43 +0000 (10:15 -0700)
committerMichael Knyszek <mknyszek@google.com>
Tue, 28 Oct 2025 16:42:55 +0000 (09:42 -0700)
commit4942c74d04295c72e293b4a67200513b9a36f99d
tree50232bd502d8fc66c74983b77f51ecb4a9ba6e54
parentcd21a7b31b5191f9d6c776ef7a552375cd12aed9
[release-branch.go1.25] Revert "crypto/internal/fips140/subtle: add assembly implementation of xorBytes for mips64x"

This reverts commit 49d6777d87a0abb3eda032da95eff024156835f7.

Reason for revert: doesn't handle unaligned accesses correctly

Fixes #75790

Change-Id: Ia272245a6a2a91b305d411207430bad660ee355b
Reviewed-on: https://go-review.googlesource.com/c/go/+/709757
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
(cherry picked from commit a1661e776f57602b4d4470389a0246f9784fd722)
Reviewed-on: https://go-review.googlesource.com/c/go/+/709798
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/crypto/internal/fips140/subtle/xor_asm.go
src/crypto/internal/fips140/subtle/xor_generic.go
src/crypto/internal/fips140/subtle/xor_mips64x.s [deleted file]