mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: minor grammatical update in crypto.markdown
Per: https://github.com/joyent/node/pull/8878 Originally submitted by @jacksonhoose Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> PR-URL: https://github.com/nodejs/node/pull/2378
This commit is contained in:
@@ -323,7 +323,7 @@ called.
|
||||
|
||||
You can disable auto padding if the data has been encrypted without
|
||||
standard block padding to prevent `decipher.final` from checking and
|
||||
removing it. Can only work if the input data's length is a multiple of
|
||||
removing it. This will only work if the input data's length is a multiple of
|
||||
the ciphers block size. You must call this before streaming data to
|
||||
`decipher.update`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user