KECCAK.finish

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

struct KECCAK(uint digestSize, uint shake = 0)
ubyte[digestSizeBytes]
finish
()

Return Value

Type: ubyte[digestSizeBytes]

Raw digest data.

Meta