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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/webcrypto.md')
-rw-r--r--doc/api/webcrypto.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md
index c238d32fd71..14d70fcd3c9 100644
--- a/doc/api/webcrypto.md
+++ b/doc/api/webcrypto.md
@@ -1636,24 +1636,24 @@ added: v15.0.0
### `NODE-ED25519` and `NODE-ED448` Algorithms
<!-- YAML
-added: REPLACEME
+added: v15.8.0
-->
#### Class: `NodeEdKeyGenParams`
<!-- YAML
-added: REPLACEME
+added: v15.8.0
-->
##### `nodeEdKeyGenParams.name`
<!-- YAML
-added: REPLACEME
+added: v15.8.0
-->
* Type: {string} Must be one of `'NODE-ED25519'`, `'NODE-ED448'` or `'ECDH'`.
##### `nodeEdKeyGenParams.namedCurve`
<!-- YAML
-added: REPLACEME
+added: v15.8.0
-->
* Type: {string} Must be one of `'NODE-ED25519'`, `'NODE-ED448'`,
@@ -1661,12 +1661,12 @@ added: REPLACEME
#### Class: `NodeEdKeyImportParams`
<!-- YAML
-added: REPLACEME
+added: v15.8.0
-->
##### `nodeEdKeyImportParams.name`
<!-- YAML
-added: REPLACEME
+added: v15.8.0
-->
* Type: {string} Must be one of `'NODE-ED25519'` or `'NODE-ED448'`
@@ -1675,7 +1675,7 @@ added: REPLACEME
##### `nodeEdKeyImportParams.namedCurve`
<!-- YAML
-added: REPLACEME
+added: v15.8.0
-->
* Type: {string} Must be one of `'NODE-ED25519'`, `'NODE-ED448'`,
@@ -1683,7 +1683,7 @@ added: REPLACEME
##### `nodeEdKeyImportParams.public`
<!-- YAML
-added: REPLACEME
+added: v15.8.0
-->
* Type: {boolean}