NAME

Crypt::Mac - [internal only]

SYNOPSIS

Do not use this module directly.

Use a concrete MAC module such as Crypt::Mac::HMAC or Crypt::Mac::Poly1305.

DESCRIPTION

Internal base class for MAC implementations.

Do not use this module directly. Use a concrete implementation such as Crypt::Mac::HMAC, Crypt::Mac::Poly1305, Crypt::Mac::BLAKE2b, or another Crypt::Mac::* module.