Browse Source

doc: remove invalid padding from privateEncrypt

PR-URL: https://github.com/nodejs/node/pull/9611
Fixes: https://github.com/nodejs/node/issues/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>
v6
JungMinu 8 years ago
committed by Roman Reiss
parent
commit
be0ce60af6
No known key found for this signature in database GPG Key ID: 2E62B41C93869443
  1. 1
      doc/api/crypto.md

1
doc/api/crypto.md

@ -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`.

Loading…
Cancel
Save