ReactOS 0.4.15-dev-7842-g558ab78
_SHA256_CTX Struct Reference

#include <sha2.h>

Public Attributes

sha2_word32 state [8]
 
sha2_word64 bitcount
 
sha2_byte buffer [SHA256_BLOCK_LENGTH]
 

Detailed Description

Definition at line 55 of file sha2.h.

Member Data Documentation

◆ bitcount

sha2_word64 _SHA256_CTX::bitcount

Definition at line 57 of file sha2.h.

◆ buffer

sha2_byte _SHA256_CTX::buffer[SHA256_BLOCK_LENGTH]

Definition at line 58 of file sha2.h.

◆ state

sha2_word32 _SHA256_CTX::state[8]

Definition at line 56 of file sha2.h.


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