Skip to content

Commit 21355df

Browse files
committed
Fixes some mistakes in vector sets and tables
1 parent fbcb299 commit 21355df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/slh-dsa/sections/05-slh-dsa-siggen-capabilities.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Each SLH-DSA sigGen algorithm capability advertised is a self-contained JSON obj
1313
| mode | The SLH-DSA mode to be validated | string | "sigGen"
1414
| revision | The algorithm testing revision to use | string | "FIPS205"
1515
| prereqVals | Prerequisite algorithm validations | array of prereqAlgVal objects | See <<prereq_algs>>
16-
| 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>>
16+
| capabilities | The capabilities of the implementation. Pairs of parameter sets and associated supported message lengths. | array of capability objects | See <<caps_sigGen_table>>
1717
| signatureInterfaces | The SLH-DSA signature interfaces supported | array of strings | "internal", "external"
1818
| preHash | Whether SLH-DSA or HashSLH-DSA are supported | array of strings | "pure", "preHash"
19-
| 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
19+
| 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
2020
|===
2121

2222
Each capability advertised is a self-contained JSON object using the following values.

src/slh-dsa/sections/05-slh-dsa-sigver-capabilities.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Each SLH-DSA sigVer algorithm capability advertised is a self-contained JSON obj
1313
| mode | The SLH-DSA mode to be validated | string | "sigVer"
1414
| revision | The algorithm testing revision to use | string | "FIPS205"
1515
| prereqVals | Prerequisite algorithm validations | array of prereqAlgVal objects | See <<prereq_algs>>
16-
| 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>>
16+
| capabilities | The capabilities of the implementation. Pairs of parameter sets and associated supported message lengths. | array of capability objects | See <<caps_sigVer_table>>
1717
| signatureInterfaces | The SLH-DSA signature interfaces supported | array of strings | "internal", "external"
1818
| preHash | Whether SLH-DSA or HashSLH-DSA are supported | array of strings | "pure", "preHash"
1919
|===

0 commit comments

Comments
 (0)