Function silc_channel_message_get_iv
SYNOPSIS
unsigned char *
silc_channel_message_get_iv(SilcChannelMessagePayload payload);
DESCRIPTION
Return the IV of the payload. The caller must already know the
length of the IV. The caller must not free the IV.
|