]> 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:15:43 +0000 (10:15 -0700)
committerKeith Randall <khr@golang.org>
Tue, 7 Oct 2025 20:52:53 +0000 (13:52 -0700)
commita1661e776f57602b4d4470389a0246f9784fd722
tree1d61b4fd9e19bf260dd9f55fbbf81d55a9e1309d
parentcb81270113968408d7cc41c0b1530adb51dd8496
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 #74998

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>
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]