Skip to main content

MAC_KEY_LEN

Constant MAC_KEY_LEN 

Source
pub const MAC_KEY_LEN: usize = 32;
Expand description

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.