|
CX Framework
Cross-platform C utility framework
|
#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) | |
Digest context structure.
Contains the state for computing a message digest incrementally. All fields are internal and should not be accessed directly.