4. CMOX_SHA1

4.1. CMOX SHA1 MACROS

group CMOX_SHA1_MACROS

Defines

CMOX_SHA1_SIZE

Maximum size in bytes of a SHA1 digest

4.2. CMOX SHA1 PUBLIC METHODS

group CMOX_SHA1_PUBLIC_METHODS

Functions

cmox_hash_handle_t * cmox_sha1_construct ( cmox_sha1_handle_t * P_pThis )

SHA1 constructor.

Parameters :

P_pThis – Pointer to the SHA1 handle to initialize

Returns :

cmox_hash_handle_t* Pointer to a general hash handle. This will be used by the general purpose hash functions in order to perform the algorithm

4.3. CMOX SHA1 PUBLIC TYPES

group CMOX_SHA1_PUBLIC_TYPES

Typedefs

typedef cmox_mdSmall_handle_t cmox_sha1_handle_t

SHA1 handle type definition.