CC13xx Driver Library
SHA256_memory_t Struct Reference

A SHA256_memory_t variable of this type must be allocated before running any SHA256 functions. More...

#include <rom_crypto.h>

Data Fields

uint32_t state [8]
 
uint32_t textLen [2]
 
uint32_t W [16]
 

Detailed Description

A SHA256_memory_t variable of this type must be allocated before running any SHA256 functions.

Field Documentation

uint32_t SHA256_memory_t::state[8]
uint32_t SHA256_memory_t::textLen[2]
uint32_t SHA256_memory_t::W[16]