KECCAK.finish

Returns the finished hash. This also clears part of the state, leaving just the final digest.

struct KECCAK(uint digestSize, bool shake = false)
@safe @nogc pure nothrow
ubyte[digestSizeBytes]
finish
()

Meta