Cipher-Algorithms
NAME
Cipher Algorithms
DESCRIPTION
Supported cipher algorithm names. These names can be give as argument to silc_cipher_alloc_full.
SOURCE
#define SILC_CIPHER_AES "aes" /* AES */ #define SILC_CIPHER_TWOFISH "twofish" /* Twofish */ #define SILC_CIPHER_CAST5 "cast5" /* CAST-128 */ #define SILC_CIPHER_DES "des" /* DES */ #define SILC_CIPHER_3DES "3des" /* Triple-DES */