Skip to content

Commit

Permalink
Update JWK mappings for Ed25519 and Ed448 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss authored Dec 9, 2021
1 parent bf5f161 commit 5d58d49
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 @@ -3614,7 +3614,8 @@ <h3>Algorithm mappings</h3>
<td>
<pre class=js>
{ kty: "OKP",
crv: "Ed25519" }
crv: "Ed25519",
alg: "EdDSA" }
</pre>
</td>
<td>
Expand All @@ -3627,7 +3628,8 @@ <h3>Algorithm mappings</h3>
<td>
<pre class=js>
{ kty: "OKP",
crv: "Ed448" }
crv: "Ed448",
alg: "EdDSA" }
</pre>
</td>
<td>
Expand Down

0 comments on commit 5d58d49

Please sign in to comment.