Skip to content

Commit d065b23

Browse files
wip-abramsonTallTed
authored andcommitted
Apply suggestions for clarity from code review.
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 288101d commit d065b23

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,8 @@ <h4>DataIntegrityProof</h4>
547547
The `type` property of the proof MUST be `DataIntegrityProof`.
548548
</p>
549549
<p>
550-
The `cryptosuite` property of the proof MUST be on of the following
551-
`experimental-mldsa44-2024`, `experimental-shs-2025`, `experimental-falcon-2025`
550+
The `cryptosuite` property of the proof MUST be one of the following
551+
`experimental-mldsa44-2024`, `experimental-shs-2025`, `experimental-falcon-2025`,
552552
or `experimental-sqi-2025`.
553553
</p>
554554
<p>
@@ -703,7 +703,7 @@ <h3>Instantiate Cryptosuite</h3>
703703
If |options|.|cryptosuite| is `experimental-mldsa-2024` then:
704704
<ol class="algorithm">
705705
<li>
706-
Set |cryptosuite|.|createProof| to the algorithm in Section
706+
Set |cryptosuite|.|createProof| to the result of running the algorithm in Section
707707
[[[#create-proof-experimental-mldsa44-2024]]].
708708
</li>
709709
<li>
@@ -795,7 +795,7 @@ <h4>Create Proof (experimental-mldsa44-2024)</h4>
795795
</li>
796796
<li>
797797
Let |transformedData| be the result of running the algorithm in Section <a
798-
href="#transformation"></a> with |unsecuredDocument|, |options| and
798+
href="#transformation"></a> with |unsecuredDocument|, |options|, and
799799
`experimental-mldsa44-2024` passed as parameters.
800800
</li>
801801
<li>

0 commit comments

Comments
 (0)