Re: [PATCH 1/4] lib/crypto: Add ML-DSA verification support

From: David Howells

Date: Fri Nov 21 2025 - 12:41:35 EST


Eric Biggers <ebiggers@xxxxxxxxxx> wrote:

> I could write it another way that wouldn't assume familiarity with open
> interval notation, like [0, q - 1] or 0 <= val < q.

"[0, q-1]" would be less prone to confusion, thanks - and editors flagging the
bracket mismatch.

David