Function silc_hash_transform
SYNOPSIS
void silc_hash_transform(SilcHash hash, SilcUInt32 *state,
const unsigned char *data);
DESCRIPTION
This is special function for calling the hash function's internal
digest generation function. The size of the `state' array and the
sizeof the `data' buffer is hash function specific and must be
known by the caller. Usually this function is not needed.
|