def __init__(self, key, init_vec): require_cryptography(self) self.cipher = uacrypto.cipher_aes_cbc(key, init_vec)