Loading...
Searching...
No Matches
sha512_common_context_t Struct Reference

Structure to hold the SHA-512 context. More...

Detailed Description

Structure to hold the SHA-512 context.

Definition at line 34 of file sha512_common.h.

#include <sha512_common.h>

Data Fields

uint64_t state [8]
 global state
 
uint64_t count [2]
 processed bits counter
 
unsigned char buf [128]
 data buffer
 

Field Documentation

◆ buf

unsigned char sha512_common_context_t::buf[128]

data buffer

Definition at line 40 of file sha512_common.h.

◆ count

uint64_t sha512_common_context_t::count[2]

processed bits counter

Definition at line 38 of file sha512_common.h.

◆ state

uint64_t sha512_common_context_t::state[8]

global state

Definition at line 36 of file sha512_common.h.


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