Sha512Context Struct Reference

SHA-512 algorithm context. More...

#include <sha512.h>

Data Fields

union {
   uint64_t   h [8]
 
   uint8_t   digest [64]
 
}; 
 
union {
   uint64_t   w [16]
 
   uint8_t   buffer [128]
 
}; 
 
size_t size
 
uint64_t totalSize
 

Detailed Description

SHA-512 algorithm context.

Definition at line 61 of file sha512.h.

Field Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ buffer

uint8_t buffer[128]

Definition at line 71 of file sha512.h.

◆ digest

uint8_t digest[64]

Definition at line 66 of file sha512.h.

◆ h

uint64_t h[8]

Definition at line 65 of file sha512.h.

◆ size

size_t size

Definition at line 73 of file sha512.h.

◆ totalSize

uint64_t totalSize

Definition at line 74 of file sha512.h.

◆ w

uint64_t w[16]

Definition at line 70 of file sha512.h.


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