[PATCH 00/12] crypto: sha256 - Use partial block API
Herbert Xu
herbert at gondor.apana.org.au
Thu May 1 15:19:00 AEST 2025
On Wed, Apr 30, 2025 at 07:26:17PM -0700, Eric Biggers wrote:
>
> Interesting approach -- pushing out misguided optimizations without data, then
> demanding data for them to be reverted. It's obviously worse for
> len % 64 < 56 for the reason I gave, so this is a waste of time IMO. But since
> you're insisting on data anyway, here are some quick benchmarks on AMD Zen 5
> (not going to bother formatting into a table):
>
> Before your finup "optimization":
Thanks, I'll revert to the single-block version.
--
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
More information about the Linuxppc-dev
mailing list