My Project
Public Attributes | List of all members
hmac_sha3_t Struct Reference

HMAC-SHA3 (Hash-based Message Authentication Code) context. More...

#include <sha3.h>

Collaboration diagram for hmac_sha3_t:
Collaboration graph
[legend]

Public Attributes

sha3_t inner
 
sha3_t outer
 
_Bool finalized
 

Detailed Description

HMAC-SHA3 (Hash-based Message Authentication Code) context.

Member Data 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: