CryptoAuthLib
Microchip CryptoAuthentication Library
|
#include <sha2_routines.h>
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 [SHA256_BLOCK_SIZE *2] |
Unprocessed message storage. More... | |
uint32_t | hash [8] |
Hash state. More... | |
uint8_t block[SHA256_BLOCK_SIZE *2] |
Unprocessed message storage.
uint32_t block_size |
Number of bytes in current block.
uint32_t hash[8] |
Hash state.
uint32_t total_msg_size |
Total number of message bytes processed.