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

Field Documentation

uint64_t _SHA512_CTX::bitcount[2]

Definition at line 54 of file sha2.h.

Referenced by sha512_Init(), sha512_Last(), and sha512_Update().

uint8_t _SHA512_CTX::buffer[SHA512_BLOCK_LENGTH]

Definition at line 55 of file sha2.h.

Referenced by sha512_Init(), sha512_Last(), sha512_Transform(), and sha512_Update().

uint64_t _SHA512_CTX::state[8]

Definition at line 53 of file sha2.h.

Referenced by sha512_Final(), sha512_Init(), and sha512_Transform().


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