Ruby
2.5.0dev(2017-10-22revision60238)
|
#include <sha2.h>
Data Fields | |
uint32_t | state [8] |
uint64_t | bitcount |
uint8_t | buffer [SHA256_BLOCK_LENGTH] |
uint64_t _SHA256_CTX::bitcount |
Definition at line 124 of file sha2.h.
Referenced by SHA256_Final(), and SHA256_Update().
uint8_t _SHA256_CTX::buffer[SHA256_BLOCK_LENGTH] |
Definition at line 125 of file sha2.h.
Referenced by SHA256_Final(), SHA256_Transform(), and SHA256_Update().
uint32_t _SHA256_CTX::state[8] |
Definition at line 123 of file sha2.h.
Referenced by SHA256_Final(), SHA256_Init(), and SHA256_Transform().