SilcBool silc_hash_alloc(const unsigned char *name, SilcHash *new_hash);
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.