There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Digest::OMAC::Base - The One-key CBC MAC message authentication code (base class for OMAC hashes)

SYNOPSIS

use base qw(Digest::OMAC::Base);

DESCRIPTION

This module is used internally by Digest::CMAC/Digest::OMAC1 and Digest::OMAC2 (which does different shifting than OMAC1 but is otherwise the same).