> -----Original Message-----
> From: Eric Biggers <[email protected]>
> Subject: [PATCH 2/4] lib/crypto: tests: Add KUnit tests for ML-DSA
...
> 
> From: David Howells <[email protected]>
> 
> Add a KUnit test suite for ML-DSA, including:
> 
> - The ML-DSA-44 "Pure rejection tests" from Stephan Mueller's Leancrypto
> - An ML-DSA-44 benchmark
> 
> Later patches will add test cases for ML-DSA-65 and ML-DSA-87.
> 
> (This needs some work.  For one, there are no negative tests yet.)
> 
> Signed-off-by: David Howells <[email protected]>
> Co-developed-by: Eric Biggers <[email protected]>
> Signed-off-by: Eric Biggers <[email protected]>
...

> +++ b/lib/crypto/tests/mldsa_pure_rejection_vectors_44.h
> @@ -0,0 +1,489 @@
> +/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
> +     {
> +             .what = "pure rejection vector",
> +             .algo = "ml-dsa44",

Either no dashes or all dashes might be easier to handle:
  mldsa44
  mldsa-44
  ml-dsa44
  ml-dsa-44



Reply via email to