Skip to content
/ node Public
forked from nodejs/node

Commit ffdd070

Browse files
committed
doc,crypto: add missing CFRG curve algorithms to supported lists
1 parent 3d2ac63 commit ffdd070

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)