This function initializes md4. This is automatically called by wc_Md4Hash.
md4 md4[1];
WOLFSSL_MSG("wc_Initmd4 failed");
}
else {
}
WOLFSSL_API void wc_Md4Update(Md4 *, const byte *, word32)
Can be called to continually hash the provided byte array of length len.
Definition md4.c:141
WOLFSSL_API void wc_InitMd4(Md4 *)
This function initializes md4. This is automatically called by wc_Md4Hash.
Definition md4.c:40
WOLFSSL_API void wc_Md4Final(Md4 *, byte *)
Finalizes hashing of data. Result is placed into hash.
Definition md4.c:166