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
  • Loading branch information
panva committed Oct 3, 2022
1 parent 23c48ec commit c30b295
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/api/webcrypto.md
Expand Up @@ -597,6 +597,8 @@ be resolved with an {ArrayBuffer} containing the generated data.
The algorithms currently supported include:

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

Expand Down Expand Up @@ -635,6 +637,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 @@ -910,7 +914,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 c30b295

Please sign in to comment.