10. CMOX_SM3

10.1. SM3 macros

group CMOX_SM3_MACROS

Defines

CMOX_SM3_SIZE

Maximum size in bytes of a SM3 digest

10.2. SM3 module public method prototypes

group CMOX_SM3_PUBLIC_METHODS

Functions

cmox_hash_handle_t * cmox_sm3_construct ( cmox_sm3_handle_t * P_pThis )

SM3 constructor.

Parameters :

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

10.3. SM3 module public types

group CMOX_SM3_PUBLIC_TYPES

Typedefs

typedef cmox_mdSmall_handle_t cmox_sm3_handle_t

SM3 handle type definition.