We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b64b38 commit d70824fCopy full SHA for d70824f
src/crypto/crypto_aes.cc
@@ -102,7 +102,7 @@ WebCryptoCipherStatus AES_Cipher(
102
// In decrypt mode, we grab the tag length here. We'll use it to
103
// ensure that that allocated buffer has enough room for both the
104
// 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
+ // in CipherBase, in WebCrypto, the auth tag is concatenated to the end
106
// of the generated ciphertext and returned in the same ArrayBuffer.
107
tag_len = params.length;
108
break;
0 commit comments