char *Encrypt(const char *key, const char *message, int *result_len) { *result_len = blocks * block_size; }