Skip to content

Commit

Permalink
Table shows if a generator passed all verifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Jul 22, 2024
1 parent b99fd2b commit eb2799e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pqc_report_writer_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def main():

md_file.new_header(level=1, title=f'Algorithms Submitted')
md_file.new_paragraph(text="✅ = passing all verifiers<br>◒ = passing some verifiers<br>⚪︎ = not passing any verifiers<br>")
md_file.new_paragraph()
_submittedAlgsList.sort()

submittedAlgsCells = ['-'] + generators
Expand Down

0 comments on commit eb2799e

Please sign in to comment.