Skip to content

Commit 0873d0a

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 5a494ae commit 0873d0a

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
@@ -1124,6 +1124,8 @@ changes:
11241124
* `privateKey` {string | Object}
11251125
- `key` {string}
11261126
- `passphrase` {string}
1127+
- `padding` {integer}
1128+
- `saltLength` {integer}
11271129
* `outputFormat` {string}
11281130
* Returns: {Buffer | string}
11291131

0 commit comments

Comments
 (0)