Keyrings Archive mirror
 help / color / mirror / Atom feed
From: "Elliott, Robert (Servers)" <elliott@hpe.com>
To: Eric Biggers <ebiggers@kernel.org>,
	"linux-crypto@vger.kernel.org" <linux-crypto@vger.kernel.org>,
	David Howells <dhowells@redhat.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
	Luis Chamberlain <mcgrof@kernel.org>,
	Petr Pavlu <petr.pavlu@suse.com>,
	Daniel Gomez <da.gomez@kernel.org>,
	Sami Tolvanen <samitolvanen@google.com>,
	"Jason A . Donenfeld" <Jason@zx2c4.com>,
	Ard Biesheuvel <ardb@kernel.org>,
	"Stephan Mueller" <smueller@chronox.de>,
	Lukas Wunner <lukas@wunner.de>,
	"Ignat Korchagin" <ignat@cloudflare.com>,
	"keyrings@vger.kernel.org" <keyrings@vger.kernel.org>,
	"linux-modules@vger.kernel.org" <linux-modules@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH 2/4] lib/crypto: tests: Add KUnit tests for ML-DSA
Date: Thu, 20 Nov 2025 02:29:10 +0000	[thread overview]
Message-ID: <IA4PR84MB4011DD869EB624399BD9AD7FABD4A@IA4PR84MB4011.NAMPRD84.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <20251120003653.335863-3-ebiggers@kernel.org>



> -----Original Message-----
> From: Eric Biggers <ebiggers@kernel.org>
> Subject: [PATCH 2/4] lib/crypto: tests: Add KUnit tests for ML-DSA
...
> 
> From: David Howells <dhowells@redhat.com>
> 
> 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 <dhowells@redhat.com>
> Co-developed-by: Eric Biggers <ebiggers@kernel.org>
> Signed-off-by: Eric Biggers <ebiggers@kernel.org>
...

> +++ 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	other threads:[~2025-11-20  2:29 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-20  0:36 [PATCH 0/4] lib/crypto: ML-DSA verification support Eric Biggers
2025-11-20  0:36 ` [PATCH 1/4] lib/crypto: Add " Eric Biggers
2025-11-20  8:14   ` David Howells
2025-11-21  2:15     ` Eric Biggers
2025-11-20  9:10   ` David Howells
2025-11-21  0:09     ` Eric Biggers
2025-11-20 13:55   ` David Howells
2025-11-21  0:50     ` Eric Biggers
2025-11-21 12:41       ` David Howells
2025-11-21 17:14         ` Eric Biggers
2025-11-21 17:41           ` David Howells
2025-11-25  4:29           ` Eric Biggers
2025-11-21 21:39       ` David Howells
2025-11-21 22:23         ` Eric Biggers
2025-11-21 22:29           ` Lukas Wunner
2025-11-21 22:48             ` Eric Biggers
2025-11-29 20:00   ` Becker, Hanno
2025-11-30  0:19     ` Eric Biggers
2025-11-30  1:05       ` Jason A. Donenfeld
2025-11-30  7:15         ` Becker, Hanno
2025-11-30 19:06           ` Eric Biggers
2025-11-20  0:36 ` [PATCH 2/4] lib/crypto: tests: Add KUnit tests for ML-DSA Eric Biggers
2025-11-20  2:29   ` Elliott, Robert (Servers) [this message]
2025-11-20  0:36 ` [PATCH 3/4] lib/crypto: tests: Add ML-DSA-65 test cases Eric Biggers
2025-11-20  0:36 ` [PATCH 4/4] lib/crypto: tests: Add ML-DSA-87 " Eric Biggers
2025-11-20  8:11 ` [PATCH 0/4] lib/crypto: ML-DSA verification support David Howells
2025-11-21  6:16   ` Eric Biggers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=IA4PR84MB4011DD869EB624399BD9AD7FABD4A@IA4PR84MB4011.NAMPRD84.PROD.OUTLOOK.COM \
    --to=elliott@hpe.com \
    --cc=Jason@zx2c4.com \
    --cc=ardb@kernel.org \
    --cc=da.gomez@kernel.org \
    --cc=dhowells@redhat.com \
    --cc=ebiggers@kernel.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=ignat@cloudflare.com \
    --cc=keyrings@vger.kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-modules@vger.kernel.org \
    --cc=lukas@wunner.de \
    --cc=mcgrof@kernel.org \
    --cc=petr.pavlu@suse.com \
    --cc=samitolvanen@google.com \
    --cc=smueller@chronox.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).