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(scope const(ubyte)[] data...)

Feed the digest with data.

start
void start()

Initializes the digest calculation.

Meta