Whirlpool

Whirlpool

Constructors

this
this()
Undocumented in source.

Members

Functions

clear
void clear()
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.
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.

Properties

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.

Variables

m_M
SecureVector!ulong m_M;
m_digest
SecureVector!ulong m_digest;
Undocumented in source.

Inherited Members

From MDxHashFunction

hashBlockSize
size_t hashBlockSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
addData
void addData(const(ubyte)* input, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
finalResult
void finalResult(ubyte* output)
Undocumented in source. Be warned that the author may not have intended to support it.
compressN
void compressN(const(ubyte)* blocks, size_t block_n)

Run the hash's compression function over a set of blocks

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
copyOut
void copyOut(ubyte* buffer)

Copy the output to the buffer

writeCount
void writeCount(ubyte* output)

Write the count, if used, to this spot

Meta