We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2ac63 commit ffdd070Copy full SHA for ffdd070
doc/api/webcrypto.md
@@ -597,6 +597,8 @@ containing the generated data.
597
The algorithms currently supported include:
598
599
* `'ECDH'`
600
+* `'X25519'`[^1]
601
+* `'X448'`[^1]
602
* `'HKDF'`
603
* `'PBKDF2'`
604
@@ -635,6 +637,8 @@ generate raw keying material, then passing the result into the
635
637
636
638
639
640
641
642
643
644
@@ -910,7 +914,11 @@ The unwrapped key algorithms supported include:
910
914
* `'RSA-PSS'`
911
915
* `'RSA-OAEP'`
912
916
* `'ECDSA'`
917
+* `'Ed25519'`[^1]
918
+* `'Ed448'`[^1]
913
919
920
921
922
* `'HMAC'`
923
* `'AES-CTR'`
924
* `'AES-CBC'`
0 commit comments