The finish function returns the final hash sum and resets the Digest.
Note: The actual type returned by finish depends on the digest implementation. ubyte[16] is just used as an example. It is guaranteed that the type is a static array of ubytes.
See Implementation
The finish function returns the final hash sum and resets the Digest.
Note: The actual type returned by finish depends on the digest implementation. ubyte[16] is just used as an example. It is guaranteed that the type is a static array of ubytes.