GNU libmicrohttpd 1.0.1
Loading...
Searching...
No Matches
Sha256Ctx Struct Reference

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

Data Fields

uint32_t H [SHA256_DIGEST_SIZE_WORDS]
 
uint32_t buffer [SHA256_BLOCK_SIZE_WORDS]
 
uint64_t count
 

Detailed Description

Definition at line 78 of file sha256.h.

Field Documentation

◆ buffer

uint32_t Sha256Ctx::buffer[SHA256_BLOCK_SIZE_WORDS]

SHA256 input data buffer

Definition at line 81 of file sha256.h.

Referenced by MHD_SHA256_finish(), and MHD_SHA256_update().

◆ count

uint64_t Sha256Ctx::count

number of bytes, mod 2^64

Definition at line 82 of file sha256.h.

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

◆ H

Intermediate hash value / digest at end of calculation

Definition at line 80 of file sha256.h.

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


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