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
 

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