#include <abkMD5.h>
Collaboration diagram for MD5::Wrap128:
Public Member Functions | |
unsigned | getWord (unsigned idx) const |
unsigned | operator[] (unsigned idx) const |
Public Attributes | |
unsigned | meat [4] |
|
Definition at line 87 of file abkMD5.h. References meat.
00087 {return meat[idx];} |
|
Definition at line 88 of file abkMD5.h. References meat.
00088 {return meat[idx];} |
|
Definition at line 86 of file abkMD5.h. Referenced by getWord(), MD5::operator Wrap128(), and operator[](). |