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 60883de commit c0d44df
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 @@ -1405,7 +1405,6 @@ keys:
* `padding` : An optional padding value, one of the following:
* `constants.RSA_NO_PADDING`
* `constants.RSA_PKCS1_PADDING`
* `constants.RSA_PKCS1_OAEP_PADDING`

All paddings are defined in the `constants` module.

Expand Down

0 comments on commit c0d44df

Please sign in to comment.