MD4 (humd4.h)
MD4 is a hash algorithm that takes a message and produces a 128-bit message digest.
No parameter or key objects are required to perform hash operations - only a hash context is necessary. These hash contexts are created and destroyed by hu_MD4Begin() and hu_MD4End(), respectively.
It is recommended to avoid using MD4 due to the security risks. Please see the Security Builder API User's Guide for further information.