Re: [PATCH v9 1/9] crypto: Add support for shake256 through crypto_shash

From: Eric Biggers
Date: Mon Nov 17 2025 - 11:53:25 EST


On Mon, Nov 17, 2025 at 02:55:50PM +0000, David Howells wrote:
> Add shake256 support to the SHA-3 crypto_sig module so that ML-DSA can use
> it.

Why? Not only does this patch not expose SHAKE256 support correctly,
the ML-DSA code just accesses SHAKE256 via the library API, not
crypto_shash. So this seems unnecessary.

- Eric