GetBlockSize

nn::crypto::Aes::GetBlockSize Member Function

Syntax

virtual size_t GetBlockSize() const;

Parameters

None.

Return Values

Returns the block size of the block cipher in bytes. Always returns 16 for AES.

Description

Gets the block size.

Gets the block size of the block cipher in bytes.

The block size is always 16 bytes for AES.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL