]> Cypherpunks repositories - gostls13.git/commit
Revert "crypto/internal/fips140/subtle: add assembly implementation of xorBytes for...
authorKeith Randall <khr@golang.org>
Tue, 7 Oct 2025 17:12:43 +0000 (10:12 -0700)
committerKeith Randall <khr@golang.org>
Tue, 7 Oct 2025 20:52:45 +0000 (13:52 -0700)
commitcb81270113968408d7cc41c0b1530adb51dd8496
tree7afa5717f2d67eeeca69e2096c036db7c845f0ca
parentf2d0d05d28c3493a8f2b5d4e3c0080e18b9a3bdc
Revert "crypto/internal/fips140/subtle: add assembly implementation of xorBytes for mipsx"

This reverts commit 343e486bfdbf9ca614d3e197afd79ad7ed5fef3e.

Reason for revert: doesn't handle unaligned accesses correctly.

Update #74998

Change-Id: I1d6210eeca9336f2ce311e99944cb270565563aa
Reviewed-on: https://go-review.googlesource.com/c/go/+/709795
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
src/crypto/internal/fips140/subtle/xor_asm.go
src/crypto/internal/fips140/subtle/xor_generic.go
src/crypto/internal/fips140/subtle/xor_mipsx.s [deleted file]