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

#include <sha2.h>

Public Attributes

ut32 state [8]
 
ut64 bitcount
 
ut8 buffer [SHA256_BLOCK_LENGTH]
 

Detailed Description

Definition at line 97 of file sha2.h.

Member Data Documentation

◆ bitcount

ut64 _SHA256_CTX::bitcount

Definition at line 99 of file sha2.h.

◆ buffer

ut8 _SHA256_CTX::buffer[SHA256_BLOCK_LENGTH]

Definition at line 100 of file sha2.h.

◆ state

ut32 _SHA256_CTX::state[8]

Definition at line 98 of file sha2.h.


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