Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
_SHA512_CTX Struct Reference

#include <sha2.h>

Data Fields

uint64_t state [8]
 
uint64_t bitcount [2]
 
uint8_t buffer [SHA512_BLOCK_LENGTH]
 

Detailed Description

Definition at line 127 of file sha2.h.

Field Documentation

◆ bitcount

uint64_t _SHA512_CTX::bitcount[2]

Definition at line 129 of file sha2.h.

Referenced by SHA512_Last(), and SHA512_Update().

◆ buffer

uint8_t _SHA512_CTX::buffer[SHA512_BLOCK_LENGTH]

Definition at line 130 of file sha2.h.

Referenced by SHA512_Last(), SHA512_Transform(), and SHA512_Update().

◆ state

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().


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