Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
CSha256 Struct Reference

#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]
 

Field Documentation

◆ _pad_2

UInt64 _pad_2[2]

◆ _pad_64bit

UInt64 _pad_64bit[4]

◆ _pad_align_ptr

void* _pad_align_ptr[2]

◆ buffer

Byte buffer

◆ count

UInt64 count

◆ func_UpdateBlocks

SHA256_FUNC_UPDATE_BLOCKS func_UpdateBlocks

◆ state

UInt32 state

◆ [union]

union { ... } v

◆ [struct]

struct { ... } vars

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