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

cSHAKE parameters. More...

#include <sha3.h>

Data Fields

const uint8_t * name
 
const size_t name_len
 
const uint8_t * custom
 
const size_t custom_len
 

Detailed Description

cSHAKE parameters.

Field Documentation

◆ custom

const uint8_t* cshake_params_t::custom

Customization string

◆ custom_len

const size_t cshake_params_t::custom_len

Customization string length, in bytes

◆ name

const uint8_t* cshake_params_t::name

NIST function name

◆ name_len

const size_t cshake_params_t::name_len

NIST function name length, in bytes


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