silchash.html
SILC Hash Interface Header: silchash.h
DESCRIPTION
This is the interface for hash functions which are used to create
message digests. The routines are used in various cryptographic
operations. SILC Hash Interface is used for example by the
SILC HMAC Interface (SilcHmac).
SilcHash
SilcHashObject
silc_hash_register
silc_hash_unregister
silc_hash_register_default
silc_hash_unregister_all
silc_hash_alloc
silc_hash_alloc_by_oid
silc_hash_free
silc_hash_is_supported
silc_hash_get_supported
silc_hash_len
silc_hash_block_len
silc_hash_get_name
silc_hash_get_oid
silc_hash_make
silc_hash_init
silc_hash_update
silc_hash_final
silc_hash_transform
silc_hash_fingerprint
silc_hash_babbleprint
|