| Function silc_hash_register_default
 
 SYNOPSIS
 
    SilcBool silc_hash_register_default(void);
DESCRIPTION
    Registers all default hash functions into the SILC.  These are the
    hash functions that are builtin in the sources.  See the list of
    default hash functions in the silchash.c source file.  The application
    may use this to register default hash functions if specific hash
    function in any specific order is not wanted (application's
    configuration usually may decide the order of the registration, in
    which case this function should not be used).
 
 
 
 |