sha3
Embeddable C11 SHA-3 implementation.
|
HMAC-SHA3 (Hash-based Message Authentication Code) context (all members are private). More...
#include <sha3.h>
Data Fields | |
sha3_t | inner |
sha3_t | outer |
_Bool | finalized |
HMAC-SHA3 (Hash-based Message Authentication Code) context (all members are private).
_Bool hmac_sha3_t::finalized |
Is this context finalized (private)
sha3_t hmac_sha3_t::inner |
Inner hash context (private)
sha3_t hmac_sha3_t::outer |
Outer hash context (private)