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 d70824f

Browse filesBrowse files
eltocieardanielleadams
authored andcommitted
src: fix typo in crypto_aes.cc
concatentated -> concatenated PR-URL: #36717 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 3b64b38 commit d70824f
Copy full SHA for d70824f

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

‎src/crypto/crypto_aes.cc‎

Copy file name to clipboardExpand all lines: src/crypto/crypto_aes.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ WebCryptoCipherStatus AES_Cipher(
102102
// In decrypt mode, we grab the tag length here. We'll use it to
103103
// ensure that that allocated buffer has enough room for both the
104104
// final block and the auth tag. Unlike our other AES-GCM implementation
105-
// in CipherBase, in WebCrypto, the auth tag is concatentated to the end
105+
// in CipherBase, in WebCrypto, the auth tag is concatenated to the end
106106
// of the generated ciphertext and returned in the same ArrayBuffer.
107107
tag_len = params.length;
108108
break;

0 commit comments

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