pico_sha256_state Struct Reference

SHA-256 state used by the API. More...

#include <sha256.h>

Collaboration diagram for pico_sha256_state:

Data Fields

enum sha256_endianness endianness
 
int8_t channel
 
bool locked
 
uint8_t cache_used
 
union {
   uint32_t   word
 
   uint8_t   bytes [4]
 
cache
 
dma_channel_config config
 
size_t total_data_size
 

Detailed Description

SHA-256 state used by the API.


The documentation for this struct was generated from the following file: