Skip to content

Commit cb3d6d5

Browse files
mbj36targos
authored andcommitted
doc: add missing options for crypto sign.sign()
Fixes: #22813 PR-URL: #22824 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 1747d70 commit cb3d6d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/crypto.md

+2
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,8 @@ changes:
11211121
* `privateKey` {string | Object}
11221122
- `key` {string}
11231123
- `passphrase` {string}
1124+
- `padding` {integer}
1125+
- `saltLength` {integer}
11241126
* `outputFormat` {string}
11251127
* Returns: {Buffer | string}
11261128

0 commit comments

Comments
 (0)