Symmetric Key Length Specification
Represents the length requirements on an algorithm key
Constructor for fixed length keys
size_t keylen | the supported key length |
Constructor for variable length keys
size_t min_k | the smallest supported key length |
size_t max_k | the largest supported key length |
size_t k_mod | the number of bytes the key must be a multiple of |
size_t length | is a key length in bytes |