Skip to content

Commit 56ed12f

Browse files
committed
added test server vectors/expectors
1 parent 122494f commit 56ed12f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.

util/fipstools/acvp/modulewrapper/modulewrapper.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3181,7 +3181,7 @@ static bool ML_DSA_SIGGEN(const Span<const uint8_t> args[],
31813181
const Span<const uint8_t> mu = args[2];
31823182
const Span<const uint8_t> rnd = args[3];
31833183
const Span<const uint8_t> extmu = args[4];
3184-
3184+
31853185
ml_dsa_params params;
31863186
if (nid == NID_MLDSA44) {
31873187
ml_dsa_44_params_init(&params);

0 commit comments

Comments
 (0)