]> Cypherpunks repositories - gostls13.git/commit
Revert "crypto/internal/fips140/subtle: add assembly implementation of xorBytes for...
authorKeith Randall <khr@golang.org>
Mon, 30 Jun 2025 23:14:39 +0000 (16:14 -0700)
committerDavid Chase <drchase@google.com>
Tue, 1 Jul 2025 15:36:47 +0000 (08:36 -0700)
commit7755a05209177e6f2d494a08a9b98b9b31d6ee8f
treec07552922b2eaa9d7e27bded7576b4fb6a6f06e7
parentd168ad18e15c4e052260bb8c3446c90ab46fdde0
Revert "crypto/internal/fips140/subtle: add assembly implementation of xorBytes for arm"

This reverts commit de86d02c32f6690391ed79b99d0f763bb06606d5.

Reason for revert: Causes unaligned access failures on some arm hardware

Change-Id: Ie280d2c9441f584e2a621f929db5a2e1492bed09
Reviewed-on: https://go-review.googlesource.com/c/go/+/685137
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Julian Zhu <jz531210@gmail.com>
Reviewed-by: David Chase <drchase@google.com>
src/crypto/internal/fips140/subtle/xor_arm.s [deleted file]
src/crypto/internal/fips140/subtle/xor_asm.go
src/crypto/internal/fips140/subtle/xor_generic.go