6. CMOX_SHA256

6.1. CMOX SHA256 MACROS

group CMOX_SHA256_MACROS

Defines

CMOX_SHA256_SIZE

Maximum size in bytes of a SHA256 digest

6.2. CMOX SHA256 PUBLIC METHODS

group CMOX_SHA256_PUBLIC_METHODS

Functions

cmox_hash_handle_t * cmox_sha256_construct ( cmox_sha256_handle_t * P_pThis )

SHA256 constructor.

Parameters :

P_pThis – Pointer to the SHA256 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

6.3. CMOX SHA256 PUBLIC TYPES

group CMOX_SHA256_PUBLIC_TYPES

Typedefs

typedef cmox_mdSmall_handle_t cmox_sha256_handle_t

SHA256 handle type definition.