#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 |
SHA512 context, used during calculation if SHA512 hashes
Definition at line 62 of file sha512.h.
| union { ... } _SHA512Context::buffer |
| uint32_t _SHA512Context::bufferLength |
| uint64_t _SHA512Context::hash[8] |
| uint64_t _SHA512Context::totalLength[2] |
1.7.1