File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2474,7 +2474,7 @@ changes:
24742474-->
24752475
24762476* ` privateKey ` {Object | string | Buffer | KeyObject}
2477- * ` oaepHash ` {string} The hash function to use for OAEP padding.
2477+ * ` oaepHash ` {string} The hash function to use for OAEP padding and MGF1 .
24782478 ** Default:** ` 'sha1' `
24792479 * ` oaepLabel ` {Buffer | TypedArray | DataView} The label to use for OAEP
24802480 padding. If not specified, no label is used.
@@ -2564,7 +2564,7 @@ changes:
25642564
25652565* ` key ` {Object | string | Buffer | KeyObject}
25662566 * ` key ` {string | Buffer | KeyObject} A PEM encoded public or private key.
2567- * ` oaepHash ` {string} The hash function to use for OAEP padding.
2567+ * ` oaepHash ` {string} The hash function to use for OAEP padding and MGF1 .
25682568 ** Default:** ` 'sha1' `
25692569 * ` oaepLabel ` {Buffer | TypedArray | DataView} The label to use for OAEP
25702570 padding. If not specified, no label is used.
You can’t perform that action at this time.
0 commit comments