Botan

MD4

License
Botan is released under the Simplified BSD License (see LICENSE.md)

class  MD4: botan.hash.mdx_hash.MDxHashFunction, botan.hash.hash.HashFunction;

 MD4


protected SecureVector!uint  m_M;

The message buffer, exposed for use by subclasses (x86 asm)


protected SecureVector!uint  m_digest;

The digest value, exposed for use by subclasses (x86 asm)