ReactOS 0.4.15-dev-7942-gd23573b
_SHA512_CTX Struct Reference

#include <sha2.h>

Public Attributes

sha2_word64 state [8]
 
sha2_word64 bitcount [2]
 
sha2_byte buffer [SHA512_BLOCK_LENGTH]
 

Detailed Description

Definition at line 60 of file sha2.h.

Member Data Documentation

◆ bitcount

sha2_word64 _SHA512_CTX::bitcount[2]

Definition at line 62 of file sha2.h.

◆ buffer

sha2_byte _SHA512_CTX::buffer[SHA512_BLOCK_LENGTH]

Definition at line 63 of file sha2.h.

◆ state

sha2_word64 _SHA512_CTX::state[8]

Definition at line 61 of file sha2.h.


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