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

#include <sha2.h>

Public Attributes

ut64 state [8]
 
ut64 bitcount [2]
 
ut8 buffer [SHA512_BLOCK_LENGTH]
 

Detailed Description

Definition at line 105 of file sha2.h.

Member Data Documentation

◆ bitcount

ut64 _SHA512_CTX::bitcount[2]

Definition at line 107 of file sha2.h.

◆ buffer

ut8 _SHA512_CTX::buffer[SHA512_BLOCK_LENGTH]

Definition at line 108 of file sha2.h.

◆ state

ut64 _SHA512_CTX::state[8]

Definition at line 106 of file sha2.h.


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