Skip to content

Commit

Permalink
Update JWK mappings for Ed25519 and Ed448 (#4)
Browse files Browse the repository at this point in the history
SHA: 5d58d49
Reason: push, by @twiss

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
twiss and github-actions[bot] committed Dec 9, 2021
1 parent 126104f commit 84e0ccc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3805,7 +3805,8 @@ <h3 id="algorithm-mappings">Algorithm mappings<a class="self-link" href="#jwk-ma
</tr>
<tr><td>
<pre aria-busy="false"><code class="hljs js">{ <span class="hljs-attr">kty</span>: <span class="hljs-string">"OKP"</span>,
<span class="hljs-attr">crv</span>: <span class="hljs-string">"Ed25519"</span> }</code></pre>
<span class="hljs-attr">crv</span>: <span class="hljs-string">"Ed25519"</span>,
<span class="hljs-attr">alg</span>: <span class="hljs-string">"EdDSA"</span> }</code></pre>
</td>
<td>
<pre aria-busy="false"><code class="hljs js">{ <span class="hljs-attr">name</span>: <span class="hljs-string">"Ed25519"</span> }</code></pre>
Expand All @@ -3814,7 +3815,8 @@ <h3 id="algorithm-mappings">Algorithm mappings<a class="self-link" href="#jwk-ma
<tr>
<td>
<pre aria-busy="false"><code class="hljs js">{ <span class="hljs-attr">kty</span>: <span class="hljs-string">"OKP"</span>,
<span class="hljs-attr">crv</span>: <span class="hljs-string">"Ed448"</span> }</code></pre>
<span class="hljs-attr">crv</span>: <span class="hljs-string">"Ed448"</span>,
<span class="hljs-attr">alg</span>: <span class="hljs-string">"EdDSA"</span> }</code></pre>
</td>
<td>
<pre aria-busy="false"><code class="hljs js">{ <span class="hljs-attr">name</span>: <span class="hljs-string">"Ed448"</span> }</code></pre>
Expand Down

0 comments on commit 84e0ccc

Please sign in to comment.