Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <sha2.h>
Data Fields | |
uint64_t | state [8] |
uint64_t | bitcount [2] |
uint8_t | buffer [SHA512_BLOCK_LENGTH] |
uint64_t _SHA512_CTX::bitcount[2] |
Definition at line 129 of file sha2.h.
Referenced by SHA384_Init(), SHA512_Init(), SHA512_Last(), and SHA512_Update().
uint8_t _SHA512_CTX::buffer[SHA512_BLOCK_LENGTH] |
Definition at line 130 of file sha2.h.
Referenced by SHA384_Init(), SHA512_Init(), SHA512_Last(), SHA512_Transform(), and SHA512_Update().
uint64_t _SHA512_CTX::state[8] |
Definition at line 128 of file sha2.h.
Referenced by SHA384_Final(), SHA384_Init(), SHA512_Final(), SHA512_Init(), and SHA512_Transform().