- hashBlockSize
size_t hashBlockSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- outputLength
size_t outputLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
HashFunction clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- compressN
void compressN(const(ubyte)* input, size_t blocks)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyOut
void copyOut(ubyte* output)
Undocumented in source. Be warned that the author may not have intended to support it.
- m_M
SecureVector!uint m_M;
The message buffer, exposed for use by subclasses (x86 asm)
- m_digest
SecureVector!uint m_digest;
The digest value, exposed for use by subclasses (x86 asm)
MD5 in x86 assembly