On Fri, 27 Jun 2025 at 18:18, Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > > Purgatory actually gets the generic SHA-256 code already. The way it works is > that for purgatory lib/crypto/sha256.c is built with __DISABLE_EXPORTS defined, > and that file detects that and disables the arch-optimized code. The > arch-optimized assembly code is not built into purgatory. Ahh. I completely missed that odd interaction with __DISABLE_EXPORTS. Linus