Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3c653cf

Browse filesBrowse 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
Copy full SHA for 3c653cf

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/webcrypto.md‎

Copy file name to clipboardExpand all lines: doc/api/webcrypto.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.