ExampleDigest.finish

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.

struct ExampleDigest
@trusted
ubyte[16]
finish
()

Meta

Suggestion Box / Bug Report