Botan

MD5

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

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

 MD5


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)