pub fn poly1305_mac(key: &[u8; 32], data: &[u8]) -> [u8; 16]
Computes the Poly1305 message authentication code as specified in RFC 8439.
key must be 32 bytes (r || s).
key
r || s