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

#include <md4.h>

Public Attributes

ut32 digest [4]
 
ut8 block [RZ_HASH_MD4_BLOCK_LENGTH]
 
ut64 index
 
ut64 len_high
 
ut64 len_low
 

Detailed Description

Definition at line 11 of file md4.h.

Member Data Documentation

◆ block

Definition at line 13 of file md4.h.

◆ digest

ut32 RzMD4::digest[4]

Definition at line 12 of file md4.h.

◆ index

ut64 RzMD4::index

Definition at line 14 of file md4.h.

◆ len_high

ut64 RzMD4::len_high

Definition at line 15 of file md4.h.

◆ len_low

ut64 RzMD4::len_low

Definition at line 16 of file md4.h.


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