pub fn validate_aes_key_size(size_in_bytes: usize) -> Result<(), TinkError>
Expand description

Check if the given key size is a valid AES key size.