Skip to content

Commit 3ffd606

Browse files
author
Revital1 Eres
committed
Change comment in encryption_internal.h
1 parent b570e8e commit 3ffd606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/parquet/encryption_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class AesEncryptor {
5959
int Encrypt(const uint8_t* plaintext, int plaintext_len, uint8_t* key, int key_len,
6060
uint8_t* aad, int aad_len, uint8_t* ciphertext);
6161

62-
/// Encrypts plaintext footer, in order to compute the signature (tag).
62+
/// Encrypts plaintext footer, in order to compute footer signature (tag).
6363
int SignedFooterEncrypt(const uint8_t* footer, int footer_len, uint8_t* key,
6464
int key_len, uint8_t* aad, int aad_len, uint8_t* nonce,
6565
uint8_t* encrypted_footer);

0 commit comments

Comments
 (0)