KeyedFilter.validKeylength

Check whether a key length is valid for this filter

class KeyedFilter
const
bool
validKeylength
(
size_t length
)

Parameters

length size_t

the key length to be checked for validity

Return Value

Type: bool

true if the key length is valid, false otherwise

Meta