GetUnitSize

nn::crypto::CipherMode::GetUnitSize Member Function

Syntax

virtual size_t GetUnitSize() const = 0;

Parameters

None.

Return Values

Returns the size in bytes of the processing unit for this cipher mode.

Description

Gets the processing unit size.

Gets the processing unit size in bytes for this cipher mode.

The ciphertext data size in bytes is an integer multiple of the processing unit size.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL