File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2439,7 +2439,7 @@ changes:
2439
2439
-->
2440
2440
2441
2441
* ` privateKey ` {Object | string | Buffer | KeyObject}
2442
- * ` oaepHash ` {string} The hash function to use for OAEP padding.
2442
+ * ` oaepHash ` {string} The hash function to use for OAEP padding and MGF1 .
2443
2443
** Default:** ` 'sha1' `
2444
2444
* ` oaepLabel ` {Buffer | TypedArray | DataView} The label to use for OAEP
2445
2445
padding. If not specified, no label is used.
@@ -2529,7 +2529,7 @@ changes:
2529
2529
2530
2530
* ` key ` {Object | string | Buffer | KeyObject}
2531
2531
* ` key ` {string | Buffer | KeyObject} A PEM encoded public or private key.
2532
- * ` oaepHash ` {string} The hash function to use for OAEP padding.
2532
+ * ` oaepHash ` {string} The hash function to use for OAEP padding and MGF1 .
2533
2533
** Default:** ` 'sha1' `
2534
2534
* ` oaepLabel ` {Buffer | TypedArray | DataView} The label to use for OAEP
2535
2535
padding. If not specified, no label is used.
You can’t perform that action at this time.
0 commit comments