lzma_check_state Struct Reference

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
   struct {
      uint32_t   state [8]
 Internal state.
      uint64_t   size
 Size of the message excluding padding.
   }   sha256
state


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.

Field Documentation

Size of the message excluding padding.


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

Generated on Wed May 25 10:35:47 2011 for XZ Utils by  doxygen 1.5.5