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
