Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
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.