Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Data Fields
_SHA256_CTX Struct Reference

#include <sha2.h>

Data Fields

uint32_t state [8]
 
uint64_t bitcount
 
uint8_t buffer [SHA256_BLOCK_LENGTH]
 

Detailed Description

Definition at line 122 of file sha2.h.

Field Documentation

◆ bitcount

uint64_t _SHA256_CTX::bitcount

Definition at line 124 of file sha2.h.

Referenced by SHA256_Final(), and SHA256_Update().

◆ buffer

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

◆ state

uint32_t _SHA256_CTX::state[8]

Definition at line 123 of file sha2.h.

Referenced by SHA256_Final(), SHA256_Init(), and SHA256_Transform().


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