silc_cipher_register

SYNOPSIS

    SilcBool silc_cipher_register(const SilcCipherObject *cipher);

DESCRIPTION

Register a new cipher into SILC. This can be used at the initialization of an applicatio. Usually this function is not needed. The default ciphers are automatically registered. This can be used to change the order of the registered ciphers by re-registering them in desired order, or add new ciphers.