Skip to content

Commit

Permalink
Update tests/vectors_sig.c
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Wilson <spencer.wilson@uwaterloo.ca>
Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
  • Loading branch information
bhess and SWilson4 authored Nov 18, 2024
1 parent 6e7f829 commit 3da81fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vectors_sig.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static int sig_gen_vector(const char *method_name,
}

if (rc) {
fprintf(stderr, "[test_acvp_sig] %s ERROR: mlca_sig_sign_internal failed!\n", method_name);
fprintf(stderr, "[vectors_sig] %s ERROR: ml_dsa_sign_internal failed!\n", method_name);
goto err;
}
fprintBstr(fh, "signature: ", signature, sig->length_public_key);
Expand Down

0 comments on commit 3da81fa

Please sign in to comment.