pub const MAC_POLY1305: u8 = b'p';Expand description
Poly1305
Algorithm: One-time authenticator (Poly1305-AES or standalone) Fixed output: 16 bytes (128 bits) Performance: Extremely fast Security: 128-bit security level Use case: Commonly paired with ChaCha20 for authenticated encryption Note: Requires unique nonce per message with same key