Skip to content

Commit

Permalink
doc,crypto: add missing CFRG curve algorithms to supported lists
Browse files Browse the repository at this point in the history
PR-URL: #44876
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
panva authored and danielleadams committed Oct 10, 2022
1 parent 70f5502 commit 3c653cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/api/webcrypto.md
Expand Up @@ -584,6 +584,8 @@ containing the generated data.
The algorithms currently supported include:

* `'ECDH'`
* `'X25519'`[^1]
* `'X448'`[^1]
* `'HKDF'`
* `'PBKDF2'`

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

* `'ECDH'`
* `'X25519'`[^1]
* `'X448'`[^1]
* `'HKDF'`
* `'PBKDF2'`

Expand Down Expand Up @@ -889,7 +893,11 @@ The unwrapped key algorithms supported include:
* `'RSA-PSS'`
* `'RSA-OAEP'`
* `'ECDSA'`
* `'Ed25519'`[^1]
* `'Ed448'`[^1]
* `'ECDH'`
* `'X25519'`[^1]
* `'X448'`[^1]
* `'HMAC'`
* `'AES-CTR'`
* `'AES-CBC'`
Expand Down

0 comments on commit 3c653cf

Please sign in to comment.