pub const MAC_KEY_LEN: usize = 32;
The one-time Poly1305 MAC key length — 32 pad bytes are consumed per cover for authentication, on top of the len bytes consumed for the XOR keystream.
len