CryptoAuthLib
Microchip CryptoAuthentication Library
hw_sha256_ctx Struct Reference

Data Fields

uint32_t total_msg_size
 Total number of message bytes processed. More...
 
uint32_t block_size
 Number of bytes in current block. More...
 
uint8_t block [ATCA_SHA256_BLOCK_SIZE *2]
 Unprocessed message storage. More...
 

Field Documentation

◆ block

uint8_t block[ATCA_SHA256_BLOCK_SIZE *2]

Unprocessed message storage.

◆ block_size

uint32_t block_size

Number of bytes in current block.

◆ total_msg_size

uint32_t total_msg_size

Total number of message bytes processed.