From 2c15d82893a6efa7019cc7ffc248f7f71159a6cc Mon Sep 17 00:00:00 2001 From: "Ganyu (Bruce) Xu" Date: Fri, 26 Sep 2025 11:57:23 -0400 Subject: [PATCH] docs/algorithms/sig/sld_dsa.yml is generated from a Jinja template elsewhere Signed-off-by: Ganyu (Bruce) Xu --- docs/algorithms/kem/hqc.yml | 1 - docs/algorithms/sig/cross.yml | 1 - docs/algorithms/sig/falcon.yml | 1 - docs/algorithms/sig/slh_dsa.yml | 4 +++- src/sig/slh_dsa/templates/slh_dsa_docs_yml_template.jinja | 6 +++++- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/algorithms/kem/hqc.yml b/docs/algorithms/kem/hqc.yml index edd682360..75623d4e2 100644 --- a/docs/algorithms/kem/hqc.yml +++ b/docs/algorithms/kem/hqc.yml @@ -19,7 +19,6 @@ crypto-assumption: Syndrome decoding of structure codes (Hamming Quasi-Cyclic) website: https://pqc-hqc.org/ nist-round: 4 standardization-status: Selected by NIST -# TODO: Chose this spec version because it is newer spec-url: https://pqc-hqc.org/doc/hqc_specifications_2025_08_22.pdf spec-version: 2023-04-30 upstream-ancestors: diff --git a/docs/algorithms/sig/cross.yml b/docs/algorithms/sig/cross.yml index 2fa049f76..fcff60759 100644 --- a/docs/algorithms/sig/cross.yml +++ b/docs/algorithms/sig/cross.yml @@ -23,7 +23,6 @@ crypto-assumption: hardness of the restricted syndrome decoding problem for rand website: https://www.cross-crypto.com/ nist-round: 2 standardization-status: Under NIST consideration -# CROSS team's version is newer than NIST submission spec-url: https://www.cross-crypto.com/CROSS_Specification_v2.2.pdf spec-version: 2.2 + PQClean and OQS patches primary-upstream: diff --git a/docs/algorithms/sig/falcon.yml b/docs/algorithms/sig/falcon.yml index e71b42f2e..35031cb16 100644 --- a/docs/algorithms/sig/falcon.yml +++ b/docs/algorithms/sig/falcon.yml @@ -16,7 +16,6 @@ auxiliary-submitters: crypto-assumption: hardness of NTRU lattice problems website: https://falcon-sign.info nist-round: 3 -# NOTE: https://csrc.nist.gov/news/2022/pqc-candidates-to-be-standardized-and-round-4 standardization-status: Selected by NIST spec-url: https://csrc.nist.gov/CSRC/media/Projects/post-quantum-cryptography/documents/round-3/submissions/Falcon-Round3.zip spec-version: 20211101 diff --git a/docs/algorithms/sig/slh_dsa.yml b/docs/algorithms/sig/slh_dsa.yml index 90d9b265a..c0bda617b 100644 --- a/docs/algorithms/sig/slh_dsa.yml +++ b/docs/algorithms/sig/slh_dsa.yml @@ -1,3 +1,5 @@ +# Generated from src/sig/slh_dsa/templates/slh_dsa_docs_yml_template.jinja +# by copy_from_slh_dsa_c.py name: SLH-DSA type: signature principal-submitters: @@ -2375,4 +2377,4 @@ parameter-sets: large-stack-usage: true - + \ No newline at end of file diff --git a/src/sig/slh_dsa/templates/slh_dsa_docs_yml_template.jinja b/src/sig/slh_dsa/templates/slh_dsa_docs_yml_template.jinja index 4ab5ad119..c87c5b5ce 100644 --- a/src/sig/slh_dsa/templates/slh_dsa_docs_yml_template.jinja +++ b/src/sig/slh_dsa/templates/slh_dsa_docs_yml_template.jinja @@ -1,3 +1,5 @@ +# Generated from src/sig/slh_dsa/templates/slh_dsa_docs_yml_template.jinja +# by copy_from_slh_dsa_c.py name: SLH-DSA type: signature principal-submitters: @@ -23,6 +25,8 @@ auxiliary-submitters: crypto-assumption: hash-based signatures website: https://csrc.nist.gov/pubs/fips/205/final nist-round: FIPS205 +standardization-status: Standardized by NIST +spec-url: https://csrc.nist.gov/pubs/fips/205/final spec-version: SLH-DSA spdx-license-identifier: MIT or ISC or Apache 2.0 primary-upstream: @@ -49,4 +53,4 @@ parameter-sets: large-stack-usage: true {% endfor %} - \ No newline at end of file +