sha3
Embeddable C11 SHA-3 implementation.
Data Fields
kmac_params_t Struct Reference

KMAC configuration parameters (key and customization string). More...

#include <sha3.h>

Data Fields

const uint8_t * key
 
const size_t key_len
 
const uint8_t * custom
 
const size_t custom_len
 

Detailed Description

KMAC configuration parameters (key and customization string).

Field Documentation

◆ custom

const uint8_t* kmac_params_t::custom

Customization string.

◆ custom_len

const size_t kmac_params_t::custom_len

Customization string length, in bytes.

◆ key

const uint8_t* kmac_params_t::key

Key string.

◆ key_len

const size_t kmac_params_t::key_len

Key string length, in bytes.


The documentation for this struct was generated from the following file: