ENCRYPT_HEADER_SIZE

nn::crypto::ENCRYPT_HEADER_SIZE Constant

Syntax

const size_t ENCRYPT_HEADER_SIZE =  16;

Description

Amount by which data size increases when encrypted using the EncryptAes128Ctr function.

When encrypting using the EncryptAes128Ctr function, the encrypted data is this number of bytes bigger than the original data.

When decrypting using the DecryptAes128Ctr function, the data returns to its original size.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL