Constant MAC_LEN

Source
const MAC_LEN: usize = 16;
Expand description

The number of bytes in a Mac.

(Our choice of algorithm allows any MAC length we want; 128 bits should be enough to make the results unforgeable.)