Skip to content

Struct SYN_HMAC_SHA256

ClassList > 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

SYN_SHA256 SYN_HMAC_SHA256::inner;

Inner hash context


variable o_key_pad

uint8_t SYN_HMAC_SHA256::o_key_pad[SYN_SHA256_BLOCK_SIZE];

Outer key pad (K ⊕ opad)



The documentation for this class was generated from the following file src/syntropic/util/syn_hmac.h