Rizin
unix-like reverse engineering framework and cli tools
lzma_sha256_state Struct Reference

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

#include <check.h>

Public Attributes

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

Detailed Description

State for the internal SHA-256 implementation.

Definition at line 41 of file check.h.

Member Data Documentation

◆ size

uint64_t lzma_sha256_state::size

Size of the message excluding padding.

Definition at line 46 of file check.h.

◆ state

uint32_t lzma_sha256_state::state[8]

Internal state.

Definition at line 43 of file check.h.


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