Skip to content

Commit

Permalink
i18n improvements: improve codepoint readability.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
Wind4Greg and TallTed authored Jan 8, 2024
1 parent 9109b4e commit eef423c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,12 @@ <h4>parseBaseProofValue</h4>
<ol class="algorithm">
<li>
Ensure the `proofValue` string starts with
<span class="codepoint" translate="no"><bdi lang="en">u</bdi>
<code class="uname">U+0055 LATIN SMALL LETTER U</code></span>, indicating that it is a
multibase-base64url-no-pad-encoded value, and throw an error if it does not.
<span class="codepoint" translate="no">
<bdi lang="en"><code title="LATIN SMALL LETTER U">u</code></bdi>
(<code class="codepoint">U+0075</code>
<code class="uname">LATIN SMALL LETTER U</code>)</span>,
indicating that it is a `multibase-base64url-no-pad-encoded` value, and throw
an error if it does not.
</li>
<li>
Initialize `decodedProofValue` to the result of base64url-no-pad-decoding the
Expand Down

0 comments on commit eef423c

Please sign in to comment.