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