4.7.1.1 st_Crypto_Hash_Ripemd160_Ctx
Description
This structure is used to define context for Ripemd160 algorithms variants.
| Structure Elements Data Type | Element Name | Description |
|---|---|---|
| uint32_t | ripemd160SessionId | It defines the session ID, must be more than zero |
| crypto_HandlerType_E | ripedmd160Handler_en | Enum to crypto operation handler i.e., SW, HW |
| uint8_t | arr_ripemd160DataCtx[110] | Array for the Context variable data storage |
