Add one byte of data to the MAC input.
@override void updateByte(int inp) { _digest.updateByte(inp); }