Skip to content

Commit

Permalink
Added description of top table
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Nov 4, 2024
1 parent 7288d58 commit a1c7b55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pqc_report_writer_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ def main():
0: did not pass any verifiers
1: passed some verifiers
2: passed all verifiers
Columns represent producers who submitted artifacts. Verifiers are not listed in this table, but are listed in the broken-out tables below.
"""
no = passedAllVerifiers(generator, alg_oid, algorithmVerificationResults)
if (no == -1):
Expand Down

0 comments on commit a1c7b55

Please sign in to comment.