Whirlpool

Template API Whirlpool implementation.

Members

Functions

finish
ubyte[64] finish()

Returns the Whirlpool hash. This also calls start to reset the internal state.

put
void put(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(ubyte)[] data)

Feed the digest with data.

start
void start()

Initializes the digest calculation.

Meta