Re: [PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash

From: Eric Biggers
Date: Sat Apr 26 2025 - 22:06:00 EST


On Sun, Apr 27, 2025 at 09:52:42AM +0800, Herbert Xu wrote:
> On Sat, Apr 26, 2025 at 06:50:41PM -0700, Eric Biggers wrote:
> >
> > But this one does have a lib/crypto/ interface now. There's no reason not to
> > use it here.
>
> I need to maintain a consistent export format between shash and
> ahash

Why? And how is that relevant here, when the export format should just be
struct sha256_state, as it was before?

- Eric