#include <sha2.h>
Data Fields | |
uint64 | state [8] |
uint64 | bitcount [2] |
uint8 | buffer [SHA512_BLOCK_LENGTH] |
Definition at line 74 of file sha2.h.
uint64 _SHA512_CTX::bitcount[2] |
Definition at line 77 of file sha2.h.
Referenced by SHA384_Init(), SHA512_Init(), SHA512_Last(), and SHA512_Update().
uint8 _SHA512_CTX::buffer[SHA512_BLOCK_LENGTH] |
Definition at line 78 of file sha2.h.
Referenced by SHA384_Init(), SHA512_Init(), SHA512_Last(), SHA512_Transform(), and SHA512_Update().
uint64 _SHA512_CTX::state[8] |
Definition at line 76 of file sha2.h.
Referenced by SHA384_Final(), SHA384_Init(), SHA512_Final(), SHA512_Init(), and SHA512_Transform().