Skip to content

Commit

Permalink
doc: remove invalid padding from privateEncrypt
Browse files Browse the repository at this point in the history
PR-URL: #9611
Fixes: #9609
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: Sam Roberts <sam@strongloop.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
JungMinu authored and MylesBorins committed Dec 20, 2016
1 parent 50947b7 commit ff7d856
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,6 @@ keys:
* `padding` : An optional padding value, one of the following:
* `crypto.constants.RSA_NO_PADDING`
* `crypto.constants.RSA_PKCS1_PADDING`
* `crypto.constants.RSA_PKCS1_OAEP_PADDING`

All paddings are defined in `crypto.constants`.

Expand Down

0 comments on commit ff7d856

Please sign in to comment.