AEADCipherWrapper.doFinal

Finish the operation. Does not verify the mac.

class AEADCipherWrapper(T)
size_t
doFinal
(
ubyte[] macBuf
,
ubyte[] output
)

Parameters

macBuf ubyte[]

Buffer for MAC tag.

Return Value

Type: size_t

number of bytes written into out.

Throws

IllegalStateError = if the cipher is in an inappropriate state.

Meta