Skip to content

Commit

Permalink
Fix broken line
Browse files Browse the repository at this point in the history
  • Loading branch information
Revital1 Eres committed May 29, 2019
1 parent 3ffd606 commit ef970e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/parquet/encryption_internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,7 @@ int AesDecryptor::AesDecryptorImpl::CtrDecrypt(const uint8_t* ciphertext,
// Parquet CTR IVs are comprised of a 12-byte nonce and a 4-byte initial
// counter field.
// The first 31 bits of the initial counter field are set to 0, the last bit
// is set
// to 1.
// is set to 1.
iv[kCtrIvLength - 1] = 1;

// Setting key and IV
Expand Down

0 comments on commit ef970e3

Please sign in to comment.