Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Jan 17, 2025
1 parent 0ddf5ed commit 122494f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions util/fipstools/acvp/modulewrapper/modulewrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3181,8 +3181,7 @@ static bool ML_DSA_SIGGEN(const Span<const uint8_t> args[],
const Span<const uint8_t> mu = args[2];
const Span<const uint8_t> rnd = args[3];
const Span<const uint8_t> extmu = args[4];



ml_dsa_params params;
if (nid == NID_MLDSA44) {
ml_dsa_44_params_init(&params);
Expand All @@ -3197,8 +3196,6 @@ static bool ML_DSA_SIGGEN(const Span<const uint8_t> args[],
size_t signature_len = params.bytes;
std::vector<uint8_t> signature(signature_len);

//fprintf(stderr, "%d", extmu.data()[0]);

// generate the signatures raw sign mode
if (extmu.data()[0] == 0) {
if (nid == NID_MLDSA44) {
Expand Down

0 comments on commit 122494f

Please sign in to comment.