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