|
Data Accelerator Offload
|
#include <dao_liquid_crypto.h>
Data Fields | |
| uint8_t * | custom_string |
| uint16_t | custom_string_len |
| uint16_t | output_len |
The params required for KMAC operations. Note: KMAC128 and KMAC256 are supported in XOF=False mode.
Definition at line 56 of file dao_liquid_crypto.h.
| uint8_t* custom_string |
Customized String. Utilized for KMAC.
Definition at line 58 of file dao_liquid_crypto.h.
| uint16_t custom_string_len |
Length of Customized String. Utilized for KMAC.
Definition at line 60 of file dao_liquid_crypto.h.
| uint16_t output_len |
Output Length. Utilized for KMAC.
Definition at line 62 of file dao_liquid_crypto.h.