Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86d2af5

Browse filesBrowse files
BrendonPiersonMyles Borins
authored andcommitted
doc: simple doc typo fix
decipher.setAuthPadding canged to decipher.setAutoPadding PR-URL: #6041 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Klauke <romaaan.git@gmail.com>
1 parent f16802f commit 86d2af5
Copy full SHA for 86d2af5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.markdown‎

Copy file name to clipboardExpand all lines: doc/api/crypto.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ cipher text should be discarded due to failed authentication.
286286
### decipher.setAutoPadding(auto_padding=true)
287287

288288
When data has been encrypted without standard block padding, calling
289-
`decipher.setAuthPadding(false)` will disable automatic padding to prevent
289+
`decipher.setAutoPadding(false)` will disable automatic padding to prevent
290290
[`decipher.final()`][] from checking for and removing padding.
291291

292292
Turning auto padding off will only work if the input data's length is a

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.