Skip to content

Commit

Permalink
Update KAT program to not print alg names
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Mar 8, 2024
1 parent a80d2df commit 0282031
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/kat_sig_stfl.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ OQS_STATUS sig_stfl_kat(const char *method_name, const char *katfile) {
}

fh = stdout;
fprintf(fh, "# %s\n\n", sig->method_name);

OQS_fprintBstr(fh, "pk = ", public_key, sig->length_public_key);
OQS_fprintBstr(fh, "sk = ", secret_key->secret_key_data, sig->length_secret_key);
Expand Down Expand Up @@ -441,7 +440,6 @@ static OQS_STATUS test_lms_kat(const char *method_name, const char *katfile) {
fprintf(stderr, "ERROR: Verify test vector failed: %s\n", method_name);
} else {
fh = stdout;
fprintf(fh, "# %s\n\n", sig->method_name);
fprint_l_str(fh, "msg = ", msg, msg_len);
fprintf(fh, "\n");
fprint_l_str(fh, "sm = ", sm, sig->length_signature);
Expand Down

0 comments on commit 0282031

Please sign in to comment.