Skip to content

Commit

Permalink
Fix typo in RSA._test_verify_pss_wycheproof
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed Feb 6, 2025
1 parent 6c35542 commit dd3f88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto_condor/primitives/RSASSA.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def _test_verify_pss_wycheproof(
"Tests a function that signs with RSASSA-PSS.",
{"hash_algorithm": hash_algorithm, "vectors file": filename},
)
results_dict["Wycheproof/verify/{filename}"] = results
results_dict[f"Wycheproof/verify/{filename}"] = results
logger.debug("Using vectors from: %s" % filename)
# Add Wycheproof notes to results.
results.add_notes(vectors_file.get("notes", {}))
Expand Down

0 comments on commit dd3f88d

Please sign in to comment.