silc_hash_register

SYNOPSIS

    SilcBool silc_hash_register(const SilcHashObject *hash);

DESCRIPTION

Registers a new hash function into the SILC. This function can be used at the initialization. All registered hash functions should be unregistered with silc_hash_unregister. Returns FALSE on error. Usually this function is not needed. The default hash functions are automatically registered. This can be used to change the order of the registered hash functions by re-registering them in desired order, or add new hash functions.