6. CMOX_SHA256 ¶
6.1. SHA256 macros ¶
- group CMOX_SHA256_MACROS
-
Defines
-
CMOX_SHA256_SIZE
-
Maximum size in bytes of a SHA256 digest
-
CMOX_SHA256_SIZE
6.2. SHA256 module public method prototypes ¶
- 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
-
cmox_hash_handle_t
*
cmox_sha256_construct
(
cmox_sha256_handle_t
*
P_pThis
)
6.3. SHA256 module public types ¶
- group CMOX_SHA256_PUBLIC_TYPES
-
Typedefs
-
typedef
cmox_mdSmall_handle_t
cmox_sha256_handle_t
-
SHA256 handle type definition.
-
typedef
cmox_mdSmall_handle_t
cmox_sha256_handle_t