unsigned char *silc_cipher_get_iv(SilcCipher cipher);
Returns the IV (initial vector) of the cipher. The returned pointer must not be freed by the caller. If the caller modifies the returned pointer the IV inside cipher is also modified.