_SHA512_CTX Struct Reference

#include <sha2.h>

List of all members.

Public Attributes

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


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

uint8_t _SHA512_CTX::buffer[SHA512_BLOCK_LENGTH]


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

doxygen