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

#include <sha1.h>

Public Attributes

ut32 digest [5]
 
ut8 block [RZ_HASH_SHA1_BLOCK_LENGTH]
 
ut64 index
 
ut64 len_high
 
ut64 len_low
 

Detailed Description

Definition at line 11 of file sha1.h.

Member Data Documentation

◆ block

ut8 sha1_context_t::block[RZ_HASH_SHA1_BLOCK_LENGTH]

Definition at line 13 of file sha1.h.

◆ digest

ut32 sha1_context_t::digest[5]

Definition at line 12 of file sha1.h.

◆ index

ut64 sha1_context_t::index

Definition at line 14 of file sha1.h.

◆ len_high

ut64 sha1_context_t::len_high

Definition at line 15 of file sha1.h.

◆ len_low

ut64 sha1_context_t::len_low

Definition at line 16 of file sha1.h.


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