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 c7cd400

Browse filesBrowse files
Amery2010addaleax
authored andcommitted
doc: fix crypto "decipher.setAAD()" typo
PR-URL: #9782 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Italo A. Casas <me@italoacasas.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
1 parent 53d1752 commit c7cd400
Copy full SHA for c7cd400

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.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ added: v1.0.0
330330
-->
331331

332332
When using an authenticated encryption mode (only `GCM` is currently
333-
supported), the `cipher.setAAD()` method sets the value used for the
333+
supported), the `decipher.setAAD()` method sets the value used for the
334334
_additional authenticated data_ (AAD) input parameter.
335335

336336
Returns `this` for method chaining.

0 commit comments

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