xzre
|
Structure to hold internal state of the check being calculated. More...
#include <xzre.h>
Data Fields | |
uint8_t | buffer [64] |
Buffer to hold the final result and a temporary buffer for SHA256. | |
union { | |
uint32_t crc32 | |
uint64_t crc64 | |
lzma_sha256_state sha256 | |
} | state |
Check-specific data. | |
Structure to hold internal state of the check being calculated.