Skip to content

Commit

Permalink
Fix bad grammar in algorithms section, improve readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Mar 31, 2024
1 parent b6853e9 commit 3000942
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,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, 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>
[[FIPS-186-5]]. When generating ECDSA signatures, the signature value MUST be
expressed according to section 7 of [[RFC4754]] (sometimes referred to as the
IEEE P1363 format) and encoded according to the specific cryptosuite proof
generation algorithm. All ECDSA signatures SHOULD use the <em>deterministic</em>
variant of the algorithm defined in [[FIPS-186-5]].
</p>

Expand Down

0 comments on commit 3000942

Please sign in to comment.