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::OMAC2 - OMAC 2 implementation
SYNOPSIS
use Digest::OMAC2;
my $d = Digest::OMAC2->new( $key, $cipher );
DESCRIPTION
OMAC 2 is a variant of the CMAC/OMAC 1 algorithm. The initialization routines are slightly different. OMAC2 actually precedes OMAC1, so Digest::CMAC/Digest::OMAC1 is the reccomended version. Supposedly OMAC1 was more rigorously analyzed.