Skip to content

Commit

Permalink
Fix grammar in hashData section.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
  • Loading branch information
msporny and TallTed committed Oct 23, 2022
1 parent 516b6bc commit f913031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ <h3>Generate Proof</h3>
</li>
<li>
Let <var>hashData</var> be the result of
<a href="#dfn-hashing">hashing</a> <var>transformedDocument</var>
<a href="#dfn-hashing">hashing</a> the <var>transformedDocument</var>
according to a <a>hashing algorithm</a> associated with the
<var>cryptosuite</var> value and the <var>options</var> parameters provided
as inputs to the algorithm.
Expand Down Expand Up @@ -1689,7 +1689,7 @@ <h3>Generate Proof</h3>
<p class="note" title="`hashData` might not consist of a single value">
While the output of the <a href="#dfn-hashing-algorithm">hashing algorithm</a>
can be a single value, such as a 32 byte SHA2-256 value, implementers are
advised that particular cryptographic suites might define `hashData` to be a
advised that some cryptographic suite(s) might define `hashData` to be
comprised of multiple values that might be processed independently in the proof
generation algorithm. For example, this approach is known to be taken in certain
cryptographic suites that allow selective disclosure or unlinkability via the
Expand Down

0 comments on commit f913031

Please sign in to comment.