Skip to content

Commit

Permalink
doc: add missing options for crypto sign.sign()
Browse files Browse the repository at this point in the history
Fixes: #22813

PR-URL: #22824
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
mbj36 authored and targos committed Sep 19, 2018
1 parent 3120dab commit dfef9a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,8 @@ changes:
* `privateKey` {string | Object}
- `key` {string}
- `passphrase` {string}
- `padding` {integer}
- `saltLength` {integer}
* `outputFormat` {string}
* Returns: {Buffer | string}

Expand Down

0 comments on commit dfef9a9

Please sign in to comment.