My Project
dox_comments
header_files
md4.h
Go to the documentation of this file.
1
27
void
wc_InitMd4
(Md4*);
28
60
void
wc_Md4Update
(Md4* md4,
const
byte
* data, word32 len);
61
88
void
wc_Md4Final
(Md4* md4,
byte
* hash);
wc_InitMd4
void wc_InitMd4(Md4 *)
This function initializes md4. This is automatically called by wc_Md4Hash.
wc_Md4Update
void wc_Md4Update(Md4 *md4, const byte *data, word32 len)
Can be called to continually hash the provided byte array of length len.
wc_Md4Final
void wc_Md4Final(Md4 *md4, byte *hash)
Finalizes hashing of data. Result is placed into hash.
Generated by
1.9.1