Skip to content

Commit

Permalink
Move more normative text around to reduce duplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Mar 31, 2024
1 parent 2809bb0 commit 7b9c4e3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,9 @@ <h4>DataIntegrityProof</h4>
The `cryptosuite` property of the proof MUST be `ecdsa-rdfc-2019` or `ecdsa-jcs-2019`.
</p>
<p>
The value of the `proofValue` property of the proof MUST be an ECDSA signature,
expressed according to section 7 of [[RFC4754]] (sometimes referred to as the
IEEE P1363 format), produced according to [[FIPS-186-5]] using the curves,
hashes, and base-encoding as specified in section [[[#algorithms]]].
The value of the `proofValue` property of the proof is produced according to
[[FIPS-186-5]] using the curves, hashes, and base-encoding as specified in
section [[[#algorithms]]].
</p>

<pre class="example nohighlight"
Expand Down Expand Up @@ -488,8 +487,10 @@ <h2>Algorithms</h2>
<p>
The following section describes multiple Data Integrity cryptographic suites
that utilize the Elliptic Curve Digital Signature Algorithm (ECDSA)
[[FIPS-186-5]]. When generating ECDSA signatures, the <em>deterministic</em>
ECDSA algorithm variant SHOULD be used.
[[FIPS-186-5]]. When generating ECDSA signatures, MUST be expressed according
to section 7 of [[RFC4754]] (sometimes referred to as the IEEE P1363 format).
All ECDSA signatures SHOULD use the <em>deterministic</em>
variant of the algorithm defined in [[FIPS-186-5]].
</p>

<p>
Expand Down

0 comments on commit 7b9c4e3

Please sign in to comment.