pub const POLY1305_BLOCKSIZE: usize = 16;
Expand description

The blocksize which Poly1305 operates on.