AEADCipher.processAADBytes

Add a sequence of bytes to the associated data check. <br>If the implementation supports it, this will be an online operation and will not retain the associated data.

interface AEADCipher
nothrow
void
processAADBytes
(
in ubyte[] aad
)

Meta