From a1c7b55c2b13960a9b2b9c73a97d5e083dacb350 Mon Sep 17 00:00:00 2001 From: Mike Ounsworth Date: Mon, 4 Nov 2024 13:19:29 -0600 Subject: [PATCH] Added description of top table --- src/pqc_report_writer_common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pqc_report_writer_common.py b/src/pqc_report_writer_common.py index 42cde6d..699e07a 100644 --- a/src/pqc_report_writer_common.py +++ b/src/pqc_report_writer_common.py @@ -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):