doc: add missing options for crypto sign.sign()

Fixes: https://github.com/nodejs/node/issues/22813

PR-URL: https://github.com/nodejs/node/pull/22824
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
Mohit kumar Bajoria 2018-09-12 23:16:11 +05:30 committed by Michaël Zasso
parent 1747d707d7
commit cb3d6d5113
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600

View File

@ -1121,6 +1121,8 @@ changes:
* `privateKey` {string | Object}
- `key` {string}
- `passphrase` {string}
- `padding` {integer}
- `saltLength` {integer}
* `outputFormat` {string}
* Returns: {Buffer | string}