diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index 892e285c9b7777..280e0714276e63 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -584,6 +584,8 @@ containing the generated data. The algorithms currently supported include: * `'ECDH'` +* `'X25519'`[^1] +* `'X448'`[^1] * `'HKDF'` * `'PBKDF2'` @@ -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'` @@ -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'`