| Function silc_pkcs_register
 
 SYNOPSIS
 
    SilcBool silc_pkcs_register(const SilcPKCSObject *pkcs);
DESCRIPTION
    Registers a new PKCS into the SILC.  This function is used
    at the initialization of the SILC.  All registered PKCSs
    should be unregistered with silc_pkcs_unregister.  The `pkcs' includes
    the name of the PKCS and member functions for the algorithm.  Usually
    this function is not called directly.  Instead, application can call
    the silc_pkcs_register_default to register all PKCSs that are
    builtin the sources.  Returns FALSE on error.
 
 
 
 |