xzre
Data Fields
lzma_check_state Struct Reference

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.
 

Detailed Description

Structure to hold internal state of the check being calculated.

Note
This is not in the public API because this structure may change in future if new integrity check algorithms are added.

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