Computes the MAC of data in one call (and rearms for the next message).
data
Uint8List compute(Uint8List data) { reset(); add(data); return finish(); }