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

ParallelHash configuration parameters. More...

#include <sha3.h>

Data Fields

const size_t block_len
 
const uint8_t * custom
 
const size_t custom_len
 

Detailed Description

ParallelHash configuration parameters.

Field Documentation

◆ block_len

const size_t parallelhash_params_t::block_len

Block size, in bytes.

◆ custom

const uint8_t* parallelhash_params_t::custom

Customization string.

◆ custom_len

const size_t parallelhash_params_t::custom_len

Customization string length, in bytes.


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