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::OMAC1 - An alias for Digest::CMAC

SYNOPSIS

use Digest::OMAC1;

my $d = Digest::OMAC1->new( $key, $cipher );

DESCRIPTIOn

This module has an identical interface to Digest::CMAC. NIST dubbed OMAC 1 "CMAC" when they reccomended it, much like Crypt::Rijndael is known as AES.