Skip to content

Commit 3c653cf

Browse files
panvadanielleadams
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 70f5502 commit 3c653cf

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
@@ -584,6 +584,8 @@ containing the generated data.
584584
The algorithms currently supported include:
585585

586586
* `'ECDH'`
587+
* `'X25519'`[^1]
588+
* `'X448'`[^1]
587589
* `'HKDF'`
588590
* `'PBKDF2'`
589591

@@ -620,6 +622,8 @@ generate raw keying material, then passing the result into the
620622
The algorithms currently supported include:
621623

622624
* `'ECDH'`
625+
* `'X25519'`[^1]
626+
* `'X448'`[^1]
623627
* `'HKDF'`
624628
* `'PBKDF2'`
625629

@@ -889,7 +893,11 @@ The unwrapped key algorithms supported include:
889893
* `'RSA-PSS'`
890894
* `'RSA-OAEP'`
891895
* `'ECDSA'`
896+
* `'Ed25519'`[^1]
897+
* `'Ed448'`[^1]
892898
* `'ECDH'`
899+
* `'X25519'`[^1]
900+
* `'X448'`[^1]
893901
* `'HMAC'`
894902
* `'AES-CTR'`
895903
* `'AES-CBC'`

0 commit comments

Comments
 (0)