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.

Definition at line 317 of file rom_crypto.h.

Field Documentation

uint32_t SHA256_memory_t::state[8]

Definition at line 319 of file rom_crypto.h.

uint32_t SHA256_memory_t::textLen[2]

Definition at line 320 of file rom_crypto.h.

uint32_t SHA256_memory_t::W[16]

Definition at line 321 of file rom_crypto.h.