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

HMAC-SHA3 (Hash-based Message Authentication Code) context (all members are private). More...

#include <sha3.h>

Collaboration diagram for hmac_sha3_t:
Collaboration graph
[legend]

Data Fields

sha3_t inner
 
sha3_t outer
 
_Bool finalized
 

Detailed Description

HMAC-SHA3 (Hash-based Message Authentication Code) context (all members are private).

Field Documentation

◆ finalized

_Bool hmac_sha3_t::finalized

Is this context finalized (private)

◆ inner

sha3_t hmac_sha3_t::inner

Inner hash context (private)

◆ outer

sha3_t hmac_sha3_t::outer

Outer hash context (private)


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