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:
-rw-r--r--doc/api/crypto.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 9008c4f640b..e5a271ad6d7 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2482,7 +2482,7 @@ changes:
-->
* `privateKey` {Object | string | Buffer | KeyObject}
- * `oaepHash` {string} The hash function to use for OAEP padding.
+ * `oaepHash` {string} The hash function to use for OAEP padding and MGF1.
**Default:** `'sha1'`
* `oaepLabel` {Buffer | TypedArray | DataView} The label to use for OAEP
padding. If not specified, no label is used.
@@ -2572,7 +2572,7 @@ changes:
* `key` {Object | string | Buffer | KeyObject}
* `key` {string | Buffer | KeyObject} A PEM encoded public or private key.
- * `oaepHash` {string} The hash function to use for OAEP padding.
+ * `oaepHash` {string} The hash function to use for OAEP padding and MGF1.
**Default:** `'sha1'`
* `oaepLabel` {Buffer | TypedArray | DataView} The label to use for OAEP
padding. If not specified, no label is used.