Constant MAC_KEY_LEN

Source
const MAC_KEY_LEN: usize = 16;
Expand description

The number of bytes in our MacKey.

(Our choice of algorithm allows any key length we want; 128 bits should be secure enough.)