StreamCipher.validIvLength

interface StreamCipher
public abstract const
bool
validIvLength
(
size_t iv_len
)

Parameters

iv_len size_t

the length of the IV in bytes

Return Value

Type: bool

if the length is valid for this algorithm

Meta