|
XZ Utils 5.1.0alpha
|
Structure to hold internal state of the check being calculated. More...
#include <check.h>
Data Fields | |
| union { | |
| uint8_t u8 [64] | |
| uint32_t u32 [16] | |
| uint64_t u64 [8] | |
| } | buffer |
| union { | |
| uint32_t crc32 | |
| uint64_t crc64 | |
| lzma_sha256_state sha256 | |
| } | state |
Structure to hold internal state of the check being calculated.
1.7.4