![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <Sha256.h>
Data Fields | ||
union { | ||
struct { | ||
SHA256_FUNC_UPDATE_BLOCKS func_UpdateBlocks | ||
UInt64 count | ||
} vars | ||
UInt64 _pad_64bit [4] | ||
void * _pad_align_ptr [2] | ||
} | v | |
UInt32 | state [SHA256_NUM_DIGEST_WORDS] | |
Byte | buffer [SHA256_BLOCK_SIZE] | |
UInt64 | _pad_2 [2] | |
UInt64 _pad_2[2] |
UInt64 _pad_64bit[4] |
void* _pad_align_ptr[2] |
Byte buffer |
UInt64 count |
SHA256_FUNC_UPDATE_BLOCKS func_UpdateBlocks |
UInt32 state |
union { ... } v |
struct { ... } vars |