KeyedFilter.validIvLength

Check whether an IV length is valid for this filter

class KeyedFilter
abstract const
bool
validIvLength
(
size_t length
)

Parameters

length size_t

the IV length to be checked for validity

Return Value

Type: bool

true if the IV length is valid, false otherwise

Meta