void silc_cipher_set_iv(SilcCipher cipher, const unsigned char *iv);
Sets the IV (initial vector) for the cipher. The `iv' must be the size of the block size of the cipher.