Add one byte of data to the MAC input.
@override void updateByte(final int inp) { singleByte[0] = inp; update(singleByte, 0, 1); }