GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
sha256_ctx Struct Reference

#include </builddir/build/BUILD/libmicrohttpd-0.9.77/src/microhttpd/sha256.h>

Data Fields

uint32_t H [_SHA256_DIGEST_LENGTH]
 
uint8_t buffer [SHA256_BLOCK_SIZE]
 
uint64_t count
 

Detailed Description

Definition at line 73 of file sha256.h.

Field Documentation

◆ buffer

uint8_t sha256_ctx::buffer[SHA256_BLOCK_SIZE]

SHA256 input data buffer

Definition at line 76 of file sha256.h.

Referenced by MHD_SHA256_finish(), and MHD_SHA256_update().

◆ count

uint64_t sha256_ctx::count

number of bytes, mod 2^64

Definition at line 77 of file sha256.h.

Referenced by MHD_SHA256_finish(), MHD_SHA256_init(), and MHD_SHA256_update().

◆ H

uint32_t sha256_ctx::H[_SHA256_DIGEST_LENGTH]

Intermediate hash value / digest at end of calculation

Definition at line 75 of file sha256.h.

Referenced by MHD_SHA256_finish(), MHD_SHA256_init(), MHD_SHA256_update(), and sha256_transform().


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