Re: [PATCH v3 0/8] crypto, lib/crypto: Add SHAKE128/256 support and move SHA3 to lib/crypto
From: Eric Biggers
Date: Wed Oct 01 2025 - 11:30:06 EST
Hi David,
On Fri, Sep 26, 2025 at 12:59:58PM -0700, Eric Biggers wrote:
> Hi David,
>
> On Fri, Sep 26, 2025 at 03:19:43PM +0100, David Howells wrote:
> > I have done what Eric required and made a separate wrapper struct and set
> > of wrapper functions for each algorithm, though I think this is excessively
> > bureaucratic as this multiplies the API load by 7 (and maybe 9 in the
> > future[*]).
>
> I don't think I "required" that it be implemented in exactly this way.
> Sorry if I wasn't clear. Let me quote what I wrote:
Have you had a chance to read this reply? In the v4 patchset I don't
see any evidence that you read this reply. And you didn't respond to it
either.
- Eric