silc_hash_alloc
SYNOPSIS
SilcBool silc_hash_alloc(const char *name, SilcHash *new_hash);
DESCRIPTION
Allocates a new SilcHash object of name of `name'. The new allocated hash function is returned into `new_hash' pointer. This function returns FALSE if such hash function does not exist.
See Hashes for supported hash functions.