CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
Digest Struct Reference

#include <digest.h>

Data Fields

DigestType type
 Algorithm being used.
 
uint32 size
 Total message size processed.
 
uint8 buffer [DIGEST_BLOCKSIZE]
 Internal data buffer.
 
uint32 state [8]
 Algorithm state (MD5: 4 words, SHA-1: 5 words, SHA-256: 8 words)
 

Detailed Description

Digest context structure.

Contains the state for computing a message digest incrementally. All fields are internal and should not be accessed directly.

Definition at line 52 of file digest.h.


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