const MAC_KEY_LEN: usize = 16;
The number of bytes in our MacKey.
MacKey
(Our choice of algorithm allows any key length we want; 128 bits should be secure enough.)