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. The reason is that the same hash is known by both names.