Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 5d58d49

Browse files
authored
Update JWK mappings for Ed25519 and Ed448 (#4)
1 parent bf5f161 commit 5d58d49

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3614,7 +3614,8 @@ <h3>Algorithm mappings</h3>
36143614
<td>
36153615
<pre class=js>
36163616
{ kty: "OKP",
3617-
crv: "Ed25519" }
3617+
crv: "Ed25519",
3618+
alg: "EdDSA" }
36183619
</pre>
36193620
</td>
36203621
<td>
@@ -3627,7 +3628,8 @@ <h3>Algorithm mappings</h3>
36273628
<td>
36283629
<pre class=js>
36293630
{ kty: "OKP",
3630-
crv: "Ed448" }
3631+
crv: "Ed448",
3632+
alg: "EdDSA" }
36313633
</pre>
36323634
</td>
36333635
<td>

0 commit comments

Comments
 (0)