Poly1305.hmac

You're seeing just the function hmac, go back to Poly1305 module for more information.

Specs

hmac(binary(), key()) :: tag()

Compute a Message authentication code

The one-time key should never be reused.