Skip to content

Update to draft 14 of Composite ML-DSA#123106

Merged
PranavSenthilnathan merged 1 commit into
dotnet:mainfrom
PranavSenthilnathan:cmldsa-draft-14
Jan 13, 2026
Merged

Update to draft 14 of Composite ML-DSA#123106
PranavSenthilnathan merged 1 commit into
dotnet:mainfrom
PranavSenthilnathan:cmldsa-draft-14

Conversation

@PranavSenthilnathan

Copy link
Copy Markdown
Member

Fixes #123097

Code used to regenerate the test vectors from the IETF reference vectors: https://gist.github.com/PranavSenthilnathan/6317f3c83aa7d91874f08fe2763210cc

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the implementation to align with draft 14 of the Composite ML-DSA specification by adding support for context-aware signatures. The changes expand test coverage to verify both context and non-context signature scenarios.

Changes:

  • Added context parameter support to signature verification tests
  • Updated test vectors to include context data and context-aware signatures
  • Parameterized existing tests to exercise both context and non-context code paths

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
CompositeMLDsaTestsBase.cs Added parameterized test data to test both context and non-context signature verification paths, updated test methods to use context parameter
CompositeMLDsaTestData.cs Extended test vector structure to include context data and context-aware signature fields
@PranavSenthilnathan PranavSenthilnathan merged commit 21f21a4 into dotnet:main Jan 13, 2026
92 of 96 checks passed
@PranavSenthilnathan PranavSenthilnathan deleted the cmldsa-draft-14 branch January 13, 2026 17:16
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

3 participants