- 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_digest
SecureVector!uint m_digest;
The digest value, exposed for use by subclasses (asm, SSE2)
- m_W
SecureVector!uint m_W;
The message buffer, exposed for use by subclasses (asm, SSE2)
SHA-160 using SSE2 for the message expansion