From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E71161509AB for ; Tue, 3 Feb 2026 21:56:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770155781; cv=none; b=oBQf01BsBAMALuYH8hcJXgLLwxdcmp+p36xJdi7A2CnZn69RczNhYrW91uGb1t8h+iux+zHGrN5LXBK978fmjHkzBhZqbi22D+evlHUvBtvz85sq4bNRsY5dCqDhUDtFmNWQHpKOvF0ozMi039GALhHBXQEq9v/wD8NmWFO+7MA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770155781; c=relaxed/simple; bh=hq0w2VSlTBBQpUIkuGwG99Wh9L8D7GZk4fsxtm5NiNU=; h=From:In-Reply-To:References:To:Cc:Subject:MIME-Version: Content-Type:Date:Message-ID; b=WKAS9IFxlDjWQDgCFxQq5CluX832nqiXfaWmAj38eRGxBir5RnZuMzd8exu2L2QnGOhuEiedtZgd6XRqtF5cy9ElUlzzP3oW4hr4r4egt+KETyTXhucF3Bu5gCM/QoWhjxfRSWKwX94clxJlpDfJ6OCdpzqZ+OTEeeogktgh0hA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=g5Y6vezk; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="g5Y6vezk" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1770155778; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tz6ULZhTAdgJd8oMqD3yN5FCP56OfatQprs+uDB0s84=; b=g5Y6vezks9rncGWoRrUnNiZ2RlPE0VdOXA+KjxF+4175Qwc/lrb6aivrewc4uwt8AE5dTb fkO8/vFkCHy8bbR/DS9R7R9KugaW/1e79A7hS2baQuJd3XfrOPVGimDgAD9Bkgo6RxJ7Rw /2Xl3s1+MOj0CmpRAU9fLISKQocZ8iE= Received: from mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-684-MgKa4Wk-O0uCuWTaGP5YJA-1; Tue, 03 Feb 2026 16:56:13 -0500 X-MC-Unique: MgKa4Wk-O0uCuWTaGP5YJA-1 X-Mimecast-MFC-AGG-ID: MgKa4Wk-O0uCuWTaGP5YJA_1770155772 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id E76E418002CD; Tue, 3 Feb 2026 21:56:11 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.44.33.164]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 039BA19560B4; Tue, 3 Feb 2026 21:56:08 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20260202221552.174341-1-ebiggers@kernel.org> References: <20260202221552.174341-1-ebiggers@kernel.org> To: Eric Biggers Cc: dhowells@redhat.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, Ard Biesheuvel , "Jason A . Donenfeld" , Herbert Xu Subject: Re: [PATCH] lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightly Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2582075.1770155767.1@warthog.procyon.org.uk> Date: Tue, 03 Feb 2026 21:56:07 +0000 Message-ID: <2582076.1770155767@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 Eric Biggers wrote: > 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. > > Signed-off-by: Eric Biggers Reviewed-by: David Howells