
|
My Project
|
Go to the source code of this file.
Functions | |
| void | wc_InitMd4 (Md4 *) |
| This function initializes md4. This is automatically called by wc_Md4Hash. More... | |
| void | wc_Md4Update (Md4 *md4, const byte *data, word32 len) |
| Can be called to continually hash the provided byte array of length len. More... | |
| void | wc_Md4Final (Md4 *md4, byte *hash) |
| Finalizes hashing of data. Result is placed into hash. More... | |