Digest.finish

ubyte[] finish() @trusted nothrow

The finish function returns the hash value. It takes an optional buffer to copy the data into. If a buffer is passed, it must be at least length bytes big.

ubyte[] finish(ubyte[] buf) nothrow

ditto