XZ Utils  5.1.0alpha
Data Fields
lzma_sha256_state Struct Reference

State for the internal SHA-256 implementation. More...

#include <check.h>

Data Fields

uint32_t state [8]
 Internal state.
uint64_t size
 Size of the message excluding padding.

Detailed Description

State for the internal SHA-256 implementation.

Field Documentation

uint32_t lzma_sha256_state::state[8]

Internal state.

Referenced by lzma_sha256_finish(), and lzma_sha256_init().

uint64_t lzma_sha256_state::size

Size of the message excluding padding.

Referenced by lzma_sha256_finish(), lzma_sha256_init(), and lzma_sha256_update().


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