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 @@ -2482,7 +2482,7 @@ changes:
24822482-->
24832483
24842484* ` privateKey ` {Object | string | Buffer | KeyObject}
2485- * ` oaepHash ` {string} The hash function to use for OAEP padding.
2485+ * ` oaepHash ` {string} The hash function to use for OAEP padding and MGF1 .
24862486 ** Default:** ` 'sha1' `
24872487 * ` oaepLabel ` {Buffer | TypedArray | DataView} The label to use for OAEP
24882488 padding. If not specified, no label is used.
@@ -2572,7 +2572,7 @@ changes:
25722572
25732573* ` key ` {Object | string | Buffer | KeyObject}
25742574 * ` key ` {string | Buffer | KeyObject} A PEM encoded public or private key.
2575- * ` oaepHash ` {string} The hash function to use for OAEP padding.
2575+ * ` oaepHash ` {string} The hash function to use for OAEP padding and MGF1 .
25762576 ** Default:** ` 'sha1' `
25772577 * ` oaepLabel ` {Buffer | TypedArray | DataView} The label to use for OAEP
25782578 padding. If not specified, no label is used.
You can’t perform that action at this time.
0 commit comments