Adler32

Undocumented in source.

Members

Functions

finish
ubyte[4] finish()

Returns the finished Adler-32 digest. This also calls start to reset the internal state.

put
void put(const(ubyte)[] data)

Feeds the digest with data.

start
void start()

Initializes the digest calculation.

Meta