Expand description

Module for the Poly1305 message authentication code (MAC) algorithm.

Structs

  • Define the Poly1305 struct for the Poly1305 MAC algorithm.
  • SignedEnvelope struct for handling data with its associated MAC.

Functions