def perform_operation(self, infile, outfile, priv_key, cli_args=None): """Decrypts a VARBLOCK file.""" return rsa.bigfile.decrypt_bigfile(infile, outfile, priv_key)