NDEVR
API Documentation
MD5_CTX

Struct for storing md5 information. More...

Public Attributes

MD5_u32plus a
 MD5 state variable A.
MD5_u32plus b
 MD5 state variable B.
MD5_u32plus block [16]
 Decoded 32-bit words from the current 64-byte input block.
unsigned char buffer [64]
 Input buffer for accumulating data before processing a full 64-byte block.
MD5_u32plus c
 MD5 state variable C.
MD5_u32plus d
 MD5 state variable D.
MD5_u32plus hi
 High 32 bits of the total message length in bytes.
MD5_u32plus lo
 Low 32 bits of the total message length in bytes.

Detailed Description

Struct for storing md5 information.


Definition at line 69 of file md5.h.


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