GetIvSize

nn::crypto::CtrDecryptor::GetIvSize Member Function

Syntax

virtual size_t GetIvSize() const;

Parameters

None.

Return Values

Returns the IV size in CTR mode. This value is the same as the block size passed as a template parameter.

Description

Gets the IV size.

The IV is called an "initialization counter value" in CTR mode.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL