On Mon, Nov 24, 2025 at 09:12:57AM +0000, David Howells wrote: > diff --git a/crypto/mldsa.c b/crypto/mldsa.c > new file mode 100644 > index 000000000000..2146c774b5ca > --- /dev/null > +++ b/crypto/mldsa.c > @@ -0,0 +1,201 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > +/* > + * crypto_sig wrapper around ML-DSA library. > + */
Still not really sure what the point is. There's only one user of crypto_sig, and it could just call the ML-DSA functions directly. - Eric
