libbtc
bitcoinclibrary
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 45 of file sha2.h.

Field Documentation

uint64_t _SHA256_CTX::bitcount

Definition at line 48 of file sha2.h.

Referenced by sha256_Final(), sha256_Init(), and sha256_Update().

uint8_t _SHA256_CTX::buffer[SHA256_BLOCK_LENGTH]

Definition at line 49 of file sha2.h.

Referenced by sha256_Final(), sha256_Init(), sha256_Transform(), and sha256_Update().

uint32_t _SHA256_CTX::state[8]

Definition at line 47 of file sha2.h.

Referenced by sha256_Final(), sha256_Init(), and sha256_Transform().


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