Keccak.finish

Calculate the final hash value.

struct Keccak(uint bitLength)
nothrow @nogc
finish
()
if (
bitLength == 224 ||
bitLength == 256
||
bitLength == 288
||
bitLength == 384
||
bitLength == 512
)

Return Value

Type: ubyte[digestLength]

the hash value

Meta