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::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).