Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c700fa

Browse filesBrowse files
tniessenBethGriggs
authored andcommitted
doc: improve Web Crypto headings related to ECC
PR-URL: #41542 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent ad5d7c7 commit 5c700fa
Copy full SHA for 5c700fa

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/webcrypto.md‎

Copy file name to clipboardExpand all lines: doc/api/webcrypto.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function generateAesKey(length = 256) {
4848
}
4949
```
5050

51-
#### Elliptic curve key pairs
51+
#### ECDSA key pairs
5252

5353
```js
5454
const { subtle } = require('crypto').webcrypto;
@@ -66,7 +66,7 @@ async function generateEcKey(namedCurve = 'P-521') {
6666
}
6767
```
6868

69-
#### ED25519/ED448/X25519/X448 Elliptic curve key pairs
69+
#### ED25519/ED448/X25519/X448 key pairs
7070

7171
```js
7272
const { subtle } = require('crypto').webcrypto;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.