void wc_Md2Update(Md2 *md2, const byte *data, word32 len)
Can be called to continually hash the provided byte array of length len.
int wc_Md2Hash(const byte *data, word32 len, byte *hash)
Convenience function, handles all the hashing and places the result into hash.