We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f707189 commit 3bd08aaCopy full SHA for 3bd08aa
doc/api/crypto.markdown
@@ -323,7 +323,7 @@ called.
323
324
You can disable auto padding if the data has been encrypted without
325
standard block padding to prevent `decipher.final` from checking and
326
-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
327
the ciphers block size. You must call this before streaming data to
328
`decipher.update`.
329
0 commit comments