Software APIs
Data Fields
hmac_digest Struct Reference

A typed representation of the HMAC digest. More...

#include <sw/device/silicon_creator/lib/drivers/hmac.h>

Data Fields

uint32_t digest [kHmacDigestNumWords]
 

Detailed Description

A typed representation of the HMAC digest.

Definition at line 30 of file hmac.h.

Field Documentation

◆ digest

uint32_t hmac_digest::digest[kHmacDigestNumWords]

Definition at line 31 of file hmac.h.