We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e77c5 commit 8afc0daCopy full SHA for 8afc0da
doc/api/crypto.markdown
@@ -286,7 +286,7 @@ cipher text should be discarded due to failed authentication.
286
### decipher.setAutoPadding(auto_padding=true)
287
288
When data has been encrypted without standard block padding, calling
289
-`decipher.setAuthPadding(false)` will disable automatic padding to prevent
+`decipher.setAutoPadding(false)` will disable automatic padding to prevent
290
[`decipher.final()`][] from checking for and removing padding.
291
292
Turning auto padding off will only work if the input data's length is a
0 commit comments