Skip to content

Commit

Permalink
Fixes some mistakes in vector sets and tables
Browse files Browse the repository at this point in the history
  • Loading branch information
celic committed Jan 10, 2025
1 parent fbcb299 commit 21355df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/slh-dsa/sections/05-slh-dsa-siggen-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Each SLH-DSA sigGen algorithm capability advertised is a self-contained JSON obj
| mode | The SLH-DSA mode to be validated | string | "sigGen"
| revision | The algorithm testing revision to use | string | "FIPS205"
| prereqVals | Prerequisite algorithm validations | array of prereqAlgVal objects | See <<prereq_algs>>
| capabilities | The capabilities of the implementation. Pairs of parameter sets and associated supported message lengths. Only applicable to SLH-DSA / sigGen / FIPS205 and SLH-DSA / sigVer / FIPS205 | array of capability objects | See <<caps_sigGen_table>>
| capabilities | The capabilities of the implementation. Pairs of parameter sets and associated supported message lengths. | array of capability objects | See <<caps_sigGen_table>>
| signatureInterfaces | The SLH-DSA signature interfaces supported | array of strings | "internal", "external"
| preHash | Whether SLH-DSA or HashSLH-DSA are supported | array of strings | "pure", "preHash"
| deterministic | The SLH-DSA signature generation variants supported. A value of "true" indicates that deterministic signature generation is supported and a value of "false" indicates that non-deterministic signature generation is supported. Only applicable to SLH-DSA / sigGen / FIPS205 | array of booleans | true, false
| deterministic | The SLH-DSA signature generation variants supported. A value of "true" indicates that deterministic signature generation is supported and a value of "false" indicates that non-deterministic signature generation is supported. | array of booleans | true, false
|===

Each capability advertised is a self-contained JSON object using the following values.
Expand Down
2 changes: 1 addition & 1 deletion src/slh-dsa/sections/05-slh-dsa-sigver-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Each SLH-DSA sigVer algorithm capability advertised is a self-contained JSON obj
| mode | The SLH-DSA mode to be validated | string | "sigVer"
| revision | The algorithm testing revision to use | string | "FIPS205"
| prereqVals | Prerequisite algorithm validations | array of prereqAlgVal objects | See <<prereq_algs>>
| capabilities | The capabilities of the implementation. Pairs of parameter sets and associated supported message lengths. Only applicable to SLH-DSA / sigGen / FIPS205 and SLH-DSA / sigVer / FIPS205 | array of capability objects | See <<caps_sigVer_table>>
| capabilities | The capabilities of the implementation. Pairs of parameter sets and associated supported message lengths. | array of capability objects | See <<caps_sigVer_table>>
| signatureInterfaces | The SLH-DSA signature interfaces supported | array of strings | "internal", "external"
| preHash | Whether SLH-DSA or HashSLH-DSA are supported | array of strings | "pure", "preHash"
|===
Expand Down

0 comments on commit 21355df

Please sign in to comment.