My Project
|
Go to the source code of this file.
Functions | |
void | wc_InitMd2 (Md2 *) |
This function initializes md2. This is automatically called by wc_Md2Hash. More... | |
void | wc_Md2Update (Md2 *md2, const byte *data, word32 len) |
Can be called to continually hash the provided byte array of length len. More... | |
void | wc_Md2Final (Md2 *md2, byte *hash) |
Finalizes hashing of data. Result is placed into hash. More... | |
int | wc_Md2Hash (const byte *data, word32 len, byte *hash) |
Convenience function, handles all the hashing and places the result into hash. More... | |