Hashes

NAME

    Hash functions

DESCRIPTION

Supported hash function names. These names can be given as argument to silc_hash_alloc.

SOURCE

#define SILC_HASH_SHA256          "sha256"       /* SHA-256 */
#define SILC_HASH_SHA512          "sha512"       /* SHA-512 */
#define SILC_HASH_SHA1            "sha1"         /* SHA-1 */
#define SILC_HASH_MD5             "md5"          /* MD5 */