Go to the source code of this file.
|
| WOLFSSL_API void | wc_InitMd4 (Md4 *) |
| | This function initializes md4. This is automatically called by wc_Md4Hash. More...
|
| |
| WOLFSSL_API void | wc_Md4Update (Md4 *, const byte *, word32) |
| | Can be called to continually hash the provided byte array of length len. More...
|
| |
| WOLFSSL_API void | wc_Md4Final (Md4 *, byte *) |
| | Finalizes hashing of data. Result is placed into hash. More...
|
| |
Initial value:{
#endif
enum {
MD4 = WC_HASH_TYPE_MD4,
MD4_BLOCK_SIZE = 64,
MD4_DIGEST_SIZE = 16,
MD4_PAD_SIZE = 56
}