InChI
 
Loading...
Searching...
No Matches
sha2_context Struct Reference

SHA-256 context structure. More...

#include <sha2.h>

+ Collaboration diagram for sha2_context:

Data Fields

unsigned long total [2]
 
unsigned long state [8]
 
unsigned char buffer [64]
 

Detailed Description

SHA-256 context structure.

Field Documentation

◆ buffer

unsigned char sha2_context::buffer[64]

data block being processed

◆ state

unsigned long sha2_context::state[8]

intermediate digest state

◆ total

unsigned long sha2_context::total[2]

number of bytes processed


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