Implement InvokeDpeMldsa87Cmd for ML-DSA#3983
Open
pjhades wants to merge 4 commits into
Open
Conversation
pjhades
force-pushed
the
invoke-dpe
branch
3 times, most recently
from
July 16, 2026 20:00
f40a5ef to
9ba3795
Compare
ternst-nv
previously approved these changes
Jul 16, 2026
ternst-nv
left a comment
Contributor
There was a problem hiding this comment.
LGTM, small question about tests
pjhades
marked this pull request as ready for review
July 16, 2026 20:51
pjhades
requested review from
bluegate010,
clundin25,
fdamato,
jhand2,
jlmahowa-amd,
korran,
mhatrevi,
rusty1968,
timothytrippel,
vsonims and
zhalvorsen
as code owners
July 16, 2026 20:51
pjhades
force-pushed
the
invoke-dpe
branch
2 times, most recently
from
July 20, 2026 13:07
a36b032 to
620f0fa
Compare
Signed-off-by: Jing Peng <jipeng@nvidia.com>
This allows the utility functions to be reused on both ECDSA and ML-DSA integration tests. Signed-off-by: Jing Peng <jipeng@nvidia.com>
Signed-off-by: Jing Peng <jipeng@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement
InvokeDpeMldsa87Cmd. Note that currently this is based on #3981.The tests are modelled after those for
InvokeDpeCmd, but switched to use the ML-DSA profile.