Filter interface for AEAD Modes
Filter interface for AEAD Modes
Set associated data that is not included in the ciphertext but that should be authenticated. Must be called after setKey and before endMsg.
const(ubyte)* ad | the associated data |
size_t ad_len | length of add in bytes |