Data Fields

_SHA512Context Struct Reference

#include <sha512.h>

Data Fields

uint64_t totalLength [2]
uint64_t hash [8]
uint32_t bufferLength
union {
   uint64_t   words [16]
   uint8_t   bytes [128]
buffer

Detailed Description

SHA512 context, used during calculation if SHA512 hashes

Definition at line 62 of file sha512.h.


Field Documentation

union { ... } _SHA512Context::buffer

Definition at line 65 of file sha512.h.

uint64_t _SHA512Context::hash[8]

Definition at line 64 of file sha512.h.

Definition at line 63 of file sha512.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines