[PATCH 0/2] sha1-ni-asm.S cleanups

Eric Biggers posted 2 patches 2 months, 2 weeks ago
lib/crypto/x86/sha1-ni-asm.S | 253 ++++++++---------------------------
1 file changed, 53 insertions(+), 200 deletions(-)
[PATCH 0/2] sha1-ni-asm.S cleanups
Posted by Eric Biggers 2 months, 2 weeks ago
This series cleans up the x86_64 SHA-NI optimized SHA-1 code.

This is targeting libcrypto-next.

Eric Biggers (2):
  lib/crypto: x86/sha1-ni: Minor optimizations and cleanup
  lib/crypto: x86/sha1-ni: Convert to use rounds macros

 lib/crypto/x86/sha1-ni-asm.S | 253 ++++++++---------------------------
 1 file changed, 53 insertions(+), 200 deletions(-)


base-commit: 78792545ad68c05d1eb7b3c3b03c4309da921a04
-- 
2.50.1
Re: [PATCH 0/2] sha1-ni-asm.S cleanups
Posted by Ard Biesheuvel 2 months, 2 weeks ago
On Sat, 19 Jul 2025 at 05:20, Eric Biggers <ebiggers@kernel.org> wrote:
>
> This series cleans up the x86_64 SHA-NI optimized SHA-1 code.
>
> This is targeting libcrypto-next.
>
> Eric Biggers (2):
>   lib/crypto: x86/sha1-ni: Minor optimizations and cleanup
>   lib/crypto: x86/sha1-ni: Convert to use rounds macros
>

Reviewed-by: Ard Biesheuvel <ardb@kernel.org>