@override void processAADByte(int inp) { checkAAD(); _aadCount = incrementCount(_aadCount, 1, AADLimit); poly1305.updateByte(inp); }