satsolver  0.17.2
Public Attributes | List of all members
_SHA256_CTX Struct Reference

#include <sha2.h>

Public Attributes

uint32_t state [8]
 
uint64_t bitcount
 
uint32_t buffer [SHA256_BLOCK_LENGTH/4]
 

Detailed Description

Definition at line 55 of file sha2.h.

Member Data Documentation

uint32_t _SHA256_CTX::state[8]

Definition at line 56 of file sha2.h.

Referenced by sat_SHA256_Final(), sat_SHA256_Init(), and SHA256_Transform().

uint64_t _SHA256_CTX::bitcount

Definition at line 57 of file sha2.h.

Referenced by sat_SHA256_Final(), sat_SHA256_Init(), and sat_SHA256_Update().

uint32_t _SHA256_CTX::buffer[SHA256_BLOCK_LENGTH/4]

Definition at line 58 of file sha2.h.

Referenced by sat_SHA256_Final(), sat_SHA256_Init(), sat_SHA256_Update(), and SHA256_Transform().


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