Digest.finish
ubyte[] finish() @trusted nothrowThe 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) nothrowditto
ubyte[] finish() @trusted nothrowThe 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) nothrowditto