[v3 PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash

2025-04-27 Thread Herbert Xu
From: Eric Biggers Instead of providing crypto_shash algorithms for the arch-optimized SHA-256 code, instead implement the SHA-256 library. This is much simpler, it makes the SHA-256 library functions be arch-optimized, and it fixes the longstanding issue where the arch-optimized SHA-256 was dis

[v2 PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash

2025-04-26 Thread Herbert Xu
From: Eric Biggers Instead of providing crypto_shash algorithms for the arch-optimized SHA-256 code, instead implement the SHA-256 library. This is much simpler, it makes the SHA-256 library functions be arch-optimized, and it fixes the longstanding issue where the arch-optimized SHA-256 was dis

[PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash

2025-04-26 Thread Eric Biggers
From: Eric Biggers Instead of providing crypto_shash algorithms for the arch-optimized SHA-256 code, instead implement the SHA-256 library. This is much simpler, it makes the SHA-256 library functions be arch-optimized, and it fixes the longstanding issue where the arch-optimized SHA-256 was dis