Struct SYN_HMAC_SHA256¶
HMAC-SHA256 context — caller-owned. More...
#include <syn_hmac.h>
Public Attributes¶
| Type | Name |
|---|---|
| SYN_SHA256 | inner |
| uint8_t | o_key_pad |
Detailed Description¶
Contains the inner SHA-256 context (used during update) and the outer key pad (used during finalization).
Public Attributes Documentation¶
variable inner¶
Inner hash context
variable o_key_pad¶
Outer key pad (K ⊕ opad)
The documentation for this class was generated from the following file src/syntropic/util/syn_hmac.h