Loading...
Searching...
No Matches
sha2xx_context_t Struct Reference

Structure to hold the SHA-2XX context. More...

Detailed Description

Structure to hold the SHA-2XX context.

Definition at line 62 of file sha2xx_common.h.

#include <sha2xx_common.h>

Data Fields

uint32_t state [8]
 global state
 
uint32_t count [2]
 processed bits counter
 
unsigned char buf [64]
 data buffer
 

Field Documentation

◆ buf

unsigned char sha2xx_context_t::buf[64]

data buffer

Definition at line 68 of file sha2xx_common.h.

◆ count

uint32_t sha2xx_context_t::count[2]

processed bits counter

Definition at line 66 of file sha2xx_common.h.

◆ state

uint32_t sha2xx_context_t::state[8]

global state

Definition at line 64 of file sha2xx_common.h.


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