Skip to content

Commit 122494f

Browse files
committed
clean up comment
1 parent 0ddf5ed commit 122494f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: util/fipstools/acvp/modulewrapper/modulewrapper.cc

+1-4
Original file line numberDiff line numberDiff line change
@@ -3181,8 +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-
3185-
3184+
31863185
ml_dsa_params params;
31873186
if (nid == NID_MLDSA44) {
31883187
ml_dsa_44_params_init(&params);
@@ -3197,8 +3196,6 @@ static bool ML_DSA_SIGGEN(const Span<const uint8_t> args[],
31973196
size_t signature_len = params.bytes;
31983197
std::vector<uint8_t> signature(signature_len);
31993198

3200-
//fprintf(stderr, "%d", extmu.data()[0]);
3201-
32023199
// generate the signatures raw sign mode
32033200
if (extmu.data()[0] == 0) {
32043201
if (nid == NID_MLDSA44) {

0 commit comments

Comments
 (0)