const MAC_LEN: usize = 16;
The number of bytes in a Mac.
Mac
(Our choice of algorithm allows any MAC length we want; 128 bits should be enough to make the results unforgeable.)