XZ Utils 5.1.0alpha
|
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. |
State for the internal SHA-256 implementation.
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().