Skip to content

Commit 39874bd

Browse files
committed
reintroduce alg for Ed25519
1 parent efe2685 commit 39874bd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

spec/Overview.html

+16-1
Original file line numberDiff line numberDiff line change
@@ -10749,6 +10749,14 @@ <h4>Operations</h4>
1074910749
{{DataError}}.
1075010750
</p>
1075110751
</li>
10752+
<li>
10753+
<p>
10754+
If the {{JsonWebKey/alg}} field of |jwk| is present and is
10755+
not "`Ed25519`" or "`EdDSA`",
10756+
then [= exception/throw =] a
10757+
{{DataError}}.
10758+
</p>
10759+
</li>
1075210760
<li>
1075310761
<p>
1075410762
If |usages| is non-empty and the {{JsonWebKey/use}} field of |jwk| is present and is
@@ -11037,6 +11045,12 @@ <h4>Operations</h4>
1103711045
"`OKP`".
1103811046
</p>
1103911047
</li>
11048+
<li>
11049+
<p>
11050+
Set the `alg` attribute of |jwk| to
11051+
"`Ed25519`".
11052+
</p>
11053+
</li>
1104011054
<li>
1104111055
<p>
1104211056
Set the `crv` attribute of |jwk| to
@@ -15873,7 +15887,8 @@ <h3>Algorithm mappings</h3>
1587315887
<td>
1587415888
<pre class=js>
1587515889
{ kty: "OKP",
15876-
crv: "Ed25519" }
15890+
crv: "Ed25519",
15891+
alg: "Ed25519" }
1587715892
</pre>
1587815893
</td>
1587915894
<td>

0 commit comments

Comments
 (0)