]> git.ipfire.org Git - thirdparty/linux.git/commit
lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightly
authorEric Biggers <ebiggers@kernel.org>
Mon, 2 Feb 2026 22:15:52 +0000 (14:15 -0800)
committerEric Biggers <ebiggers@kernel.org>
Wed, 4 Feb 2026 03:28:51 +0000 (19:28 -0800)
commitffd42b6d0420c4be97cc28fd1bb5f4c29e286e98
tree1262a96860cba88fcdebb643524a241ee30c6518
parentfbfeca74043777b48add294089cd4c4f68ed3377
lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightly

mldsa_verify() implements ML-DSA.Verify with ctx='', so document this
more explicitly.  Remove the one-liner comment above mldsa_verify()
which was somewhat misleading.

Reviewed-by: David Howells <dhowells@redhat.com>
Link: https://lore.kernel.org/r/20260202221552.174341-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
include/crypto/mldsa.h
lib/crypto/mldsa.c