|
Rizin
unix-like reverse engineering framework and cli tools
|
Structure to hold internal state of the check being calculated. More...
#include <check.h>
Public Attributes | |
| union { | |
| uint8_t u8 [64] | |
| uint32_t u32 [16] | |
| uint64_t u64 [8] | |
| } | buffer |
| Buffer to hold the final result and a temporary buffer for SHA256. More... | |
| union { | |
| uint32_t crc32 | |
| uint64_t crc64 | |
| lzma_sha256_state sha256 | |
| } | state |
| Check-specific data. More... | |
Structure to hold internal state of the check being calculated.
| union { ... } lzma_check_state::buffer |
Buffer to hold the final result and a temporary buffer for SHA256.
Referenced by block_decode(), and block_encode().
| lzma_sha256_state lzma_check_state::sha256 |
| union { ... } lzma_check_state::state |
Check-specific data.
| uint8_t lzma_check_state::u8[64] |
Definition at line 84 of file check.h.
Referenced by block_decode(), and block_encode().