sha3_Finalize

This is simply the 'update' with the padding block. The padding block is 0x01 || 0x00* || 0x80. First 0x01 and last 0x80 bytes are always present, but they can be the same byte.

extern (C) pure nothrow @trusted @nogc @live
const(void)*
sha3_Finalize
(
return scope void* priv
)

Meta