Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFilip Skokan <panva.ip@gmail.com>2021-02-10 14:22:52 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-02-28 16:43:42 +0300
commit291d9e9936b4051977b30e75914f585102b27c27 (patch)
treea524baf319b7ff34c3754fbc9916c3dba6e6f161 /doc
parentbb81accb163bf53eef08dcb53ee9d51a45e9a87b (diff)
crypto: check ed/x webcrypto key import algorithm names
PR-URL: https://github.com/nodejs/node/pull/37305 Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/webcrypto.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md
index 79bf1c75c51..e3ed1405355 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -1697,8 +1697,8 @@ added: v15.8.0
* Type: {boolean}
-The `public` parameter is used to specify that the key is to be interpreted
-as a public key.
+The `public` parameter is used to specify that the `'raw'` format key is to be
+interpreted as a public key. **Default:** `false`.
### `NODE-SCRYPT` Algorithm
<!-- YAML