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 c3cec1e commit 1879e1eCopy full SHA for 1879e1e
doc/api/crypto.markdown
@@ -301,7 +301,7 @@ cipher text should be discarded due to failed authentication.
301
### decipher.setAutoPadding(auto_padding=true)
302
303
When data has been encrypted without standard block padding, calling
304
-`decipher.setAuthPadding(false)` will disable automatic padding to prevent
+`decipher.setAutoPadding(false)` will disable automatic padding to prevent
305
[`decipher.final()`][] from checking for and removing padding.
306
307
Turning auto padding off will only work if the input data's length is a
0 commit comments