GetIvSize

nn::crypto::CipherMode::GetIvSize Member Function

Syntax

virtual size_t GetIvSize() const = 0;

Parameters

None.

Return Values

Returns the size in bytes of the IV for this cipher mode.

Description

Gets the IV size.

The IV (initialization vector) is called either an "initialization counter value" or a "nonce" depending on the cipher mode used.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL