(key-size key) -> integer
Given an <aes-key> or <ecdh-key>, returns the size of the key in bits.
>> (define a (make-aes-key 256)) :: #f >> (key-size a) :: 256