Aes-Key?

(aes-key? argument) -> boolean

Returns true if the given argument is an AES key. Otherwise, false.

Example:

>> (define a (make-aes-key 256))
:: #f
>> (aes-key? a)
:: #t