GMac.finish

Close the MAC, producing the final MAC value. Leaves the MAC reset.

struct GMac(T)
nothrow
void
finish
(
ubyte[] output
)

Parameters

output ubyte[]

Output buffer for MAC tag.

Return Value

Type: void

Returns a slice pointing to the MAC tag in the output buffer.

Meta