_SHA256_CTX Struct Reference

#include <sha2.h>

List of all members.

Public Attributes

uint32_t state [8]
uint64_t bitcount
uint8_t buffer [SHA256_BLOCK_LENGTH]


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

Definition at line 57 of file sha2.h.

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

uint8_t _SHA256_CTX::buffer[SHA256_BLOCK_LENGTH]

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:

doxygen