Skip to content

Commit 2f47a5b

Browse files
panvanodejs-github-bot
authored andcommitted
doc,crypto: add missing CFRG curve algorithms to supported lists
PR-URL: #44876 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 22fbf83 commit 2f47a5b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/webcrypto.md

+8
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,8 @@ containing the generated data.
597597
The algorithms currently supported include:
598598

599599
* `'ECDH'`
600+
* `'X25519'`[^1]
601+
* `'X448'`[^1]
600602
* `'HKDF'`
601603
* `'PBKDF2'`
602604

@@ -635,6 +637,8 @@ generate raw keying material, then passing the result into the
635637
The algorithms currently supported include:
636638

637639
* `'ECDH'`
640+
* `'X25519'`[^1]
641+
* `'X448'`[^1]
638642
* `'HKDF'`
639643
* `'PBKDF2'`
640644

@@ -910,7 +914,11 @@ The unwrapped key algorithms supported include:
910914
* `'RSA-PSS'`
911915
* `'RSA-OAEP'`
912916
* `'ECDSA'`
917+
* `'Ed25519'`[^1]
918+
* `'Ed448'`[^1]
913919
* `'ECDH'`
920+
* `'X25519'`[^1]
921+
* `'X448'`[^1]
914922
* `'HMAC'`
915923
* `'AES-CTR'`
916924
* `'AES-CBC'`

0 commit comments

Comments
 (0)