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

#include <sha2.h>

Public Attributes

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

Detailed Description

Definition at line 60 of file sha2.h.

Member Data Documentation

uint64_t _SHA512_CTX::state[8]
uint64_t _SHA512_CTX::bitcount[2]

Definition at line 62 of file sha2.h.

Referenced by sat_SHA384_Init(), sat_SHA512_Init(), sat_SHA512_Update(), and SHA512_Last().

uint64_t _SHA512_CTX::buffer[SHA512_BLOCK_LENGTH/8]

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