Key-Block-Size

(key-block-size key) -> integer

Given an <aes-key>, returns the number of bytes the cipher expects, per block.

>> (define a (make-aes-key 256))
:: #f
>> (key-block-size a)
:: 16