We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e439f32 commit 1128b1cCopy full SHA for 1128b1c
doc/api/webcrypto.md
@@ -48,7 +48,7 @@ async function generateAesKey(length = 256) {
48
}
49
```
50
51
-#### Elliptic curve key pairs
+#### ECDSA key pairs
52
53
```js
54
const { subtle } = require('crypto').webcrypto;
@@ -66,7 +66,7 @@ async function generateEcKey(namedCurve = 'P-521') {
66
67
68
69
-#### ED25519/ED448/X25519/X448 Elliptic curve key pairs
+#### ED25519/ED448/X25519/X448 key pairs
70
71
72
0 commit comments